Python Worksheet 1 Data Types
Python Worksheet 1 Data Types
This program doesn’t work correctly. Use your knowledge of casting and data
types to try and fix it.
1
Data types
Python Next Steps
print("You are around " + months + " months old.")
print("You are around " + days + " days old.")