Lesson 5 of 5
Mini-mission: your player card
Your turn! Combine everything you've learned: variables, math and print().
If you get stuck, go back to the previous lessons — searching is part of the game.
🎯 Your mission
Create three variables: name (some text), level (the number 3) and xp (calculated with level * 25). Then print your name and your xp.
main.py
Loading editor…
Loading Python…
Output
Run your code to see the result here.