Lets launch Xcode
On the next page project name will be needed
When it is done the page looks like as below.
On the left pane of the screen, it is the editor area where you type your code. As you write your code, Playground immediately interprets your code and displays the result on the right pane. By default, Playground includes two lines of code. As you can see, the result of the str variable appears immediately on the right pane.