الصفحة الرئيسيةpython Python Program to Display Calendar يونيو 28, 2021 0 num = int(input("Enter a number: ")) import calendar yy = 2014 # year mm = 11 # month print(calendar.month(yy, mm)) Tags: python Facebook Twitter