import lesson1 lesson1.run() # From this lesson, you can learn about variables and the "print" command. # You can learn how variables can be named and how to store values in them. # You can learn the basics of printing text on the screen. # An important concept you should also know after this lesson is called an "expression". # 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.