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 11 - PS/04_problem4.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Complex:
2
def
__init__(self, r, i):
3
self.r = r
4
self.i = i
Callers
nothing calls this directly
Calls
1
Complex
Class · 0.85
Tested by
no test coverage detected