Skip to content

Instantly share code, notes, and snippets.

@askinss
Created November 2, 2020 12:51
Show Gist options
  • Save askinss/76071169b3dbfc8265f5757e220b83b5 to your computer and use it in GitHub Desktop.
Save askinss/76071169b3dbfc8265f5757e220b83b5 to your computer and use it in GitHub Desktop.
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