promo
Квантовый паяльник - Сайт Менгали Н.С. КГУ«СШ №102» г.Астана

[ Добавить новость ]
Календарь

Код:

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))
Просмотров: 185 | Добавил: polt | Дата: 02.04.2023 | Комментарии (0)