fork download
  1. # your code goes here
  2. import calendar
  3. cal=calendar.month(2024,9)
  4. print (cal)
  5.  
Success #stdin #stdout 0.03s 10184KB
stdin
Standard input is empty
stdout
   September 2024
Mo Tu We Th Fr Sa Su
                   1
 2  3  4  5  6  7  8
 9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30