MCPcopy Index your code
hub / github.com/geekcomputers/Python / Day_of_week.py

File Day_of_week.py

Day_of_week.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Python program to Find day of
2# the week for a given date
3import re # regular expressions
4import calendar # module of python to provide useful fucntions related to calendar

Callers

nothing calls this directly

Calls 2

process_dateFunction · 0.70
find_dayFunction · 0.70

Tested by

no test coverage detected