

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 5
click for more info
Not enough gems
Cost: 6 gems
1: Welcome to Learn Python for Beginners
incomplete
2: Fix Your First Bug
incomplete
3: The Console
incomplete
4: What Is Python?
incomplete
5: What Is 'Code'?
incomplete
6: Multiple Instructions
incomplete
7: Syntax Errors
incomplete
8: Syntax Errors Quiz
incomplete
9: Lesson Failure
incomplete
10: Game Statistics
incomplete
11: Shop Response
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
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.
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??