Loading, please wait...

Calender

To display calender of a year

 

Code:

import calendar
yy = 2018
mm = 11
print(calendar.month(yy, mm))

 

Then, Click on the run button to execute it.