Skip to content

Commit ea46e07

Browse files
author
Vimal A.R
committed
* Day 59 of #100DaysofCode
* Added Day-059/02-calendar_formatmonth.py
1 parent 0d06a6a commit ea46e07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Day-059/02-calendar_formatmonth.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env python3
2+
3+
import calendar
4+
5+
print(calendar.monthcalendar(2018, 2))

0 commit comments

Comments
 (0)