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

File 04_problem4.py

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

Source from the content-addressed store, hash-verified

1class Calculator:
2 def __init__(self, n):
3 self.n = n
4

Callers

nothing calls this directly

Calls 5

helloMethod · 0.80
CalculatorClass · 0.70
squareMethod · 0.45
cubeMethod · 0.45
squarerootMethod · 0.45

Tested by

no test coverage detected