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

File 04_problem4.py

Chapter 8 - PS/04_problem4.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'''
2sum(1) = 1
3sum(2) = 1 + 2
4sum(3) = 1 + 2 + 3

Callers

nothing calls this directly

Calls 1

sumFunction · 0.70

Tested by

no test coverage detected