Python track
Exercise 2 of 8
Variables and Types
beginner +15 XP
- 1Create three variables: year set to 2026, energy set to 0.9, and ready set to True.
- 2Print all three so the output shows an integer, a float, and a boolean.
0/8

