You are viewing a single comment's thread. Return to all comments →
import datetime x=map(int,input().split()) a,b,c=x y=datetime.datetime(c,a,b) print((y.strftime('%A')).upper())
Seems like cookies are disabled on this browser, please enable them to open this website
Calendar Module
You are viewing a single comment's thread. Return to all comments →
Precise snippet code -> It clears all test cases
import datetime x=map(int,input().split()) a,b,c=x y=datetime.datetime(c,a,b) print((y.strftime('%A')).upper())