Program 101: Calendar using Python This program display a calendar of the given month and year Note: I'm using/import a built-in function: calendar module to perform date, month, and calendar-related operations . Live Demo: https://onlinegdb.com/ytiglqLCp- Code: #Calendar using Python import calendar yr = int (input ("Enter the Year: ")) mm = int (input ("Enter the Month: ")) if mm > 13 or mm <= 0: print("\nThe month must be in the range of 1 to 12.") else: print("\n" + calendar.month(yr, mm))
5 comments
Regina bakit puro ganito post mo, bat asan na yong mga joke mo na di nakakatawa, I mean nakakatawa pala, wala naba 😩 HAHAHAHA
naubusan na po yata ahaha
Beautiful It's cool that you are still learning python I hope you are enjoying it my dear
Im still newbie or bginner in using python Yes, i enjoying it :)
That’s great my dear I’m gonna soon join you.