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