jetbrains-academy / introduction_to_python

Introduction to Python course
MIT License
42 stars 27 forks source link

Expected answer is incorrect Modules and Packages / Built-in modules #187

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

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']

sofiiako commented 1 year ago

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."