MCPcopy 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

1def doomsDay(year):
2
3 weekDays = ("Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday")
4

Callers

nothing calls this directly

Calls 2

doomsDayFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected