Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 08_problem8.py
File
08_problem8.py
Chapter 8 - PS/08_problem8.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
multiply(n):
2
for
i in range(1, 11):
3
print(f
"{n} X {i} = {n*i}"
)
4
Callers
nothing calls this directly
Calls
1
multiply
Function · 0.85
Tested by
no test coverage detected