+ 6

How to make a matrix of the whole year in python?

It's print(calendar.monthcalendar()) for the month but what is for the whole year?

25th Nov 2020, 6:37 AM
K.S.S. Karunarathne
K.S.S. Karunarathne - avatar
4 Réponses
+ 1
It doesn't work.
25th Nov 2020, 7:08 AM
K.S.S. Karunarathne
K.S.S. Karunarathne - avatar
+ 1
I wan't a matrix not the calendar.
25th Nov 2020, 7:13 AM
K.S.S. Karunarathne
K.S.S. Karunarathne - avatar
+ 1
Like [ [1,2,3,4,5,6,7],[8,9,10,11,12,13,14]]
25th Nov 2020, 7:14 AM
K.S.S. Karunarathne
K.S.S. Karunarathne - avatar
+ 1
Still I have no idea about making a matrix of the whole year.
21st Feb 2021, 1:59 AM
K.S.S. Karunarathne
K.S.S. Karunarathne - avatar