Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA
/ doomsDayAlgorithm.py
File
doomsDayAlgorithm.py
33. Python Programs/doomsDayAlgorithm.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
doomsDay(year):
2
3
weekDays = (
"Monday"
,
"Tuesday"
,
"Wednesday"
,
"Thursday"
,
"Friday"
,
"Saturday"
,
"Sunday"
)
4
Callers
nothing calls this directly
Calls
2
doomsDay
Function · 0.85
print
Function · 0.50
Tested by
no test coverage detected