# 19feb2023 import datetime today = datetime.date.today() year = today.strftime("%Y") print(year)