Back to Lesson

Assign Variables

Assign an integer, float, and string to variables and print them.

Instructions

Create three variables:

age
(integer 25),
height
(float 5.9), and
name
(string "Alice"). Print each on a separate line.

main.py
main.py