MCPcopy
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 01_problem1.py

File 01_problem1.py

Chapter 11 - PS/01_problem1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class TwoDVector:
2 def __init__(self, i, j):
3 self.i = i
4 self.j = j

Callers

nothing calls this directly

Calls 3

TwoDVectorClass · 0.85
ThreeDVectorClass · 0.85
showMethod · 0.45

Tested by

no test coverage detected