Exerpad
🔥 0
0 XP
Exercise 11 · Chapter: VariablesOptional+50 XP

Coin Quest: Create Your Hero

🪙 Bonus quest! Across the course you'll build the Coin Quest game from the videos, piece by piece.

Give the game its memory. Create three variables:

  • player holding the text "Alex"
  • score holding the number 0
  • is_playing holding the boolean True

Then print each one on its own line.

Expected output
Alex
0
True
Need a hint?
2 available · costs 5 XP each
python

Output
Run your code to see the output here.