When you first start programming, it is customary to begin with a hello world program. Type the attached code in the editor then switch to the run window, type RUN and hit enter to get the program to execute. The print command prints out the text between the double quotes, in this case Hello World. Try modifying the code to write something different to the screen.