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

File 01_problem1.py

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

Source from the content-addressed store, hash-verified

1def greatest(a, b, c):
2 if(a>b and a>c):
3 return a
4 elif(b>a and b>c):

Callers

nothing calls this directly

Calls 1

greatestFunction · 0.85

Tested by

no test coverage detected