Python Basics Exercises
Python Basics Exercises
Beginners
Exercise Set 1: Variables & Data Types
Create variables for:
- Your name (string)
- Your age (int)
- Your height in meters (float)
- Whether you like Python (boolean)
Print the types of each variable using type().