Spaces:
Runtime error
Runtime error
File size: 101 Bytes
baa2a05 |
1 2 3 4 5 6 7 8 9 |
# 19feb2023
import datetime
today = datetime.date.today()
year = today.strftime("%Y")
print(year) |