The assignment says to print the current date but the expected answer requires a specially formatted datetime
Lists differ: ['2023-04-27 14','05'] != ['2023-04-27']
Hi! The task asks to "Print the current date and time using an imported built-in module datetime."
and there's a hint that says "Use the datetime.datetime.today() function."
The assignment says to print the current date but the expected answer requires a specially formatted datetime Lists differ: ['2023-04-27 14','05'] != ['2023-04-27']