Exerpad
Exercise 4 · Chapter: VariablesRequired+50 XP

Three Facts

Create three variables: name, age, and city. Print each one on its own line.

Your output should be:

Alex
10
Paris
Need a hint?
3 available · costs 5 XP each
python

Output
Run your code to see the output here.