Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
re
# regular expressions
4
import
calendar
# module of python to provide useful fucntions related to calendar
Callers
nothing calls this directly
Calls
2
process_date
Function · 0.70
find_day
Function · 0.70
Tested by
no test coverage detected