Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 02_quick_quiz.py
File
02_quick_quiz.py
Chapter 8/02_quick_quiz.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
goodDay():
2
print(
"Good Day"
)
3
4
goodDay()
Callers
nothing calls this directly
Calls
1
goodDay
Function · 0.70
Tested by
no test coverage detected