С
Size: a a a
С
A
С
s
s
A
year = list( set(x for x in z.split(",") if x.isdigit()) for z in year_2021 )month, day = ['2021', '11', '11', '12', '44'][1:3]
month -= 1
day in year[month]
IR
A
A
IR
IR
A
IR
С
A
С
IR
DS
if __name__ == '__main__':
worker = tasks.app.Worker()
worker.start() # Blocking; Start celery from a code
updater.start_polling() # Blocking; start python telegram bot
updater.idle()
M
SK