Calendar Module | HackerRank | Python Programming | Coding

preview_player
Показать описание
This video is about Calendar Module problem from HackerRank under Python Section.

Follow us on:
Whatsapp:
Telegram:

For 1 : 1 Tutoring
WhatsApp contact : 7278222619

Facebook:

Linkedin:

Instagram:

#HackerRank #CalendarModule #Python
Рекомендации по теме
Комментарии
Автор

why using map ? If simply a= (int(input().split()), what's wrong ?

KaylaLo
Автор

Do you teach entire python including datastructures and algorithms in any platform

venkateswararaoburidi
Автор

import datetime
l1=list(map(int, input().split()))
x=datetime.datetime(l1[2], l1[0], l1[1])

*TRY THIS

yogeshp
join shbcf.ru