Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
class
TwoDVector:
2
def
__init__(self, i, j):
3
self.i = i
4
self.j = j
Callers
nothing calls this directly
Calls
3
TwoDVector
Class · 0.85
ThreeDVector
Class · 0.85
show
Method · 0.45
Tested by
no test coverage detected