Loading

Quipoin Menu

Learn • Practice • Grow

python-for-ai / Variables and Data Types
exercise
1/5
Exercise 1Python-for-ai
Question

Write Python code to create an integer variable `age` with value 25, a float variable `height` with value 5.9, and a string variable `name` with value "John". Then print all three.