Created
November 2, 2020 12:51
-
-
Save askinss/76071169b3dbfc8265f5757e220b83b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import calendar | |
''' | |
''' | |
year@ = int(input("Input the year : ")) | |
month = int(input("Input the month : ")) | |
print(calendar.month(year, month)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment