Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/tutorial/Introduction
blob: c5ebafbc18f4f0bed8682272cb2a861e3b6ab0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.