a10's picture
Create app.py
baa2a05
raw
history blame
101 Bytes
# 19feb2023
import datetime
today = datetime.date.today()
year = today.strftime("%Y")
print(year)