import introduction introduction.run() # This lesson is actually just an introduction to programming. # From it, you can start getting a feeling of what programming is and # practice writing your first lines of code. # This window will only display the instructions. # The tutorial will be displayed in the window below this one, and # everything you type you will type in that window. Feel free to decrease # the size of this window if that will help you use the tutorial. # # At any time, you can type "quit" to quit the tutorial, # "skip" to skip trying out an example. # # Before everything you type, there will be three > and a whitespace so # you can quickly tell what you wrote, and what is from the tutorial.