python_datetime_3.py:
x
 
import datetime
x = datetime.datetime(2020, 5, 17)
print(x)