Back to Lesson (integer 25), (float 5.9), and (string "Alice"). Print each on a separate line.
Assign Variables
Assign an integer, float, and string to variables and print them.
Instructions
Create three variables:
ageheightnamemain.py
main.py
Ctrl + Enter