We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7167ab6 commit 60264c6Copy full SHA for 60264c6
Print Calendar.py
@@ -0,0 +1,4 @@
1
+import calendar
2
+year =int( input("Enter the year of the required calendar "))
3
+month = int( input("Enter the month of the required calendar "))
4
+print(calendar.month(year,month))
0 commit comments