Python - Standard Library Usage
What is wrong with the following code snippet?
from datetime import datetime new_date = datetime(2024, 13, 10) print(new_date)
from datetime import datetime new_date = datetime(2024, 13, 10) print(new_date)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions