Skip to content

Instantly share code, notes, and snippets.

@AnnikaNoren
Created October 27, 2020 17:07
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 AnnikaNoren/367738e4b0e345a0f56811dff4c53d97 to your computer and use it in GitHub Desktop.
Save AnnikaNoren/367738e4b0e345a0f56811dff4c53d97 to your computer and use it in GitHub Desktop.
def has_friday_13(month, year):
return datetime.date(year, month, 13).strftime("%A") == "Friday"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment