Python Calander dari Programmer of Empires tetapi diperbarui

import calendar
import datetime
day = datetime.date.today().day
month = datetime.date.today().month
year = datetime.date.today().year
print (calendar.month(year,month,day))

#from Programmer of empires but better by dl.guy(thanks for letting me learn this Programmer of empires)
#this is not to steal some populair question from Programmer of empires
#but this is to let peaple see that this is a calander but much better
dl.guy