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

File 02_problem2.py

Chapter 10 - PS/02_problem2.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 4

CalculatorClass · 0.70
squareMethod · 0.45
cubeMethod · 0.45
squarerootMethod · 0.45

Tested by

no test coverage detected