python_datetime_strftime_y_2.py:
x
 
import datetime
x = datetime.datetime.now()
print(x.strftime("%Y"))