name = "Alex" # String (Text) age = 25 # Integer (Whole Number) price = 19.99 # Float (Decimal) is_active = True # Boolean (True/False)
Report prepared for aspiring Python developers. Last updated: 2026. from zero to hero python
Think of a as a blueprint (like a blueprint for a house), and an Object as the actual house built from that blueprint. name = "Alex" # String (Text) age =