MCPcopy 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

1class Complex:
2 def __init__(self, r, i):
3 self.r = r
4 self.i = i

Callers

nothing calls this directly

Calls 1

ComplexClass · 0.85

Tested by

no test coverage detected