Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created April 27, 2021 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatosmorina/fab3abc973c29b56dbcf9a0475bff4a2 to your computer and use it in GitHub Desktop.
Save fatosmorina/fab3abc973c29b56dbcf9a0475bff4a2 to your computer and use it in GitHub Desktop.
import calendar
first_day, number_of_days_month = calendar.monthrange(2021, 6)
print(calendar.day_name[first_day]) # Tuesday
print(number_of_days_month) # 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment