promo
Квантовый паяльник - Сайт Менгали Н.С. «12 ЖББОМ» КММ Ақтау қ.

01:23
Print a Calendar in Python
Календарь

Код:

import calendar
y = int(input("Input the year : "))
m = int(input("Input the month : "))
print(calendar.month(y, m))


Код:

import calendar
y = int(input("Input the year : "))
print(calendar.calendar(y))
Просмотров: 100 | Добавил: polt | Рейтинг: 0.0/0
Всего комментариев: 0
avatar