Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
class
Calculator:
2
def
__init__(self, n):
3
self.n = n
4
Callers
nothing calls this directly
Calls
4
Calculator
Class · 0.70
square
Method · 0.45
cube
Method · 0.45
squareroot
Method · 0.45
Tested by
no test coverage detected