Look to your left, double click on the tutorial file, it should open a window with the following line of code
print("Hello world")
Click on the run button (looks like a rocketship), you will see the result of your execution in the terminal.
Experiment with Codio!
Use File > New File... or right-click in the file tree to create a new file. You can right-click in the file tree to rename or delete files.
As Codio detects which file is in focus, simply put your cursor into whichever code editor you want to run.
Use the Run button (that looks like a Rocketship) to Run the file your cursor is in.
Use the "Debug Current File" on the far right of the top menu bar to launch the debugger targeting the file your cursor is in.
Use the View > Panels menu on the top tool bar to segment your screen.
Simply drag the tab of the file or terminal (the part with the name) you want to move into the new panel.