We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Multiple Instructions

Code runs in order, starting at the top of the program. For example:

print("this prints first")
print("this prints second")
print("this prints last")

Each print() instruction prints on a new line.

Assignment

The dialogue in our game should display in the correct order! In the first level, our hero encounters a talking owl named Jax.

Jax: B-Kaw!
Hero: ...
Jax: Where are you off to this morning? Bkaw...
Hero: Where did an owl learn to speak??