To store the class information, we'll create variables called name, phrase, level, and health. Let name = "Mario and level = 1.
name
phrase
level
health
name = "Mario
level = 1
Make sure to pick name followed by = and then "Mario", level, =, 1.
=
"Mario"
1