MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 03_problem3.py

File 03_problem3.py

Chapter 9 - PS/03_problem3.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2def generateTable(n):
3 table = ""
4 for i in range(1, 11):

Callers

nothing calls this directly

Calls 1

generateTableFunction · 0.85

Tested by

no test coverage detected