Use the “Code Editor” to modify or create code. Click on the save tab to save the changes to the file. Return to the “Terminal” tab to execute the code. For Python scripts, simply type “python <file.name>”, entering the name of the script in place of <file.name>. For C programs, you will have to compile, then run the code. Refer to "Running C Programs" in Programming 5.