Close
0 Armor
Spree not protected
click for more info
0 sprees
0 / 15 in a row
0 / 2 embers
0 / 3000 xp
Complete a lesson to start your streak
Difficulty: 5
No active XP Potion
Accept a Quest
Login to submit answers
Back
ctrl+,
Next
ctrl+.
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.
print()
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??
Focus Editor
Alt+Shift+]
Login to Submit
Login to Run
Login to view solution