Assign a string to the name variable, an integer to age, and a boolean to is_active.
string
age
is_active
Make sure to pick "Joey", followed by 28, and finally True.
"Joey"
28
True