College for Kids - Python: Lab 0

In this lab you will be writing your first program. The tradition is the first program you write is called hello world.

Create a new file in Thonny.
Print out to the screen "Hello world"

Now save "Hello world" to a variable named message and print that out.

Once you have finished go ahead onto the next activity.