Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created May 30, 2020 13:31
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 Allwin12/497786e6b914410c1c7e0bb556b0de66 to your computer and use it in GitHub Desktop.
Save Allwin12/497786e6b914410c1c7e0bb556b0de66 to your computer and use it in GitHub Desktop.
import calendar
c = calendar.HTMLCalendar()
data = c.formatyear(1997)
with open('1997.html', 'w') as f:
f.write(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment