Skip to content

Instantly share code, notes, and snippets.

@knnkanda
Created April 1, 2018 09:29
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 knnkanda/eb34c0416d1efb74ab6a5faceb76e2e1 to your computer and use it in GitHub Desktop.
Save knnkanda/eb34c0416d1efb74ab6a5faceb76e2e1 to your computer and use it in GitHub Desktop.
python3 jupyter notebook calendar month
import calendar
tc= calendar.TextCalendar(firstweekday=0)
print(tc.prmonth(2018, 4))
@knnkanda
Copy link
Author

knnkanda commented Apr 1, 2018

超初心者のためのMacでPython3入門
https://4knn.tv/mac-python/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment