

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 10
click for more info
Not enough gems
Cost: 6 gems
1: Variables
incomplete
2: Variables Vary
incomplete
3: Math
incomplete
4: Negative Numbers
incomplete
5: Comments
incomplete
6: Variable Names
incomplete
7: Basic Variable Types
incomplete
8: F-Strings in Python
incomplete
9: NoneType Variables
incomplete
10: NoneType Quiz
incomplete
11: Dynamic Typing
incomplete
12: Math With Strings
incomplete
13: Multi-Variable Declaration
incomplete
14: Boots
incomplete
15: Spellbook
incomplete
16: Character Report
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
One of our interns built a program that prints information about Fantasy Quest characters. It's almost done, but there are still a few bugs.
Fix the bugs to get the character report working!
Do not change the meaning of the values, only the syntax around them to change their data type.
You need to use the correct type-specific syntax for the variables. Here are some examples:
| Type | Rule | Example |
|---|---|---|
| String | Double quotes | "Hello" |
| Integer | Whole number | 42 |
| Float | Use a Decimal | 2.0 |
| Boolean | True or False | True |