python_datetime_2.py:
x
 
import datetime
x = datetime.datetime.now()
print(x.year)
print(x.strftime("%A"))