Skip to content

Instantly share code, notes, and snippets.

@rjshekar90
Created March 17, 2017 03:24
Show Gist options
  • Save rjshekar90/573ecd13607b6f0d7513245cb5ee1750 to your computer and use it in GitHub Desktop.
Save rjshekar90/573ecd13607b6f0d7513245cb5ee1750 to your computer and use it in GitHub Desktop.
import calendar
m,d,y = map(int, input().split())
print(calendar.day_name[calendar.weekday(y, m, d)].upper())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment