Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 05_problem5.py
File
05_problem5.py
Chapter 11 - PS/05_problem5.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Vector:
2
def
__init__(self, x, y, z):
3
self.x = x
4
self.y = y
Callers
nothing calls this directly
Calls
1
Vector
Class · 0.70
Tested by
no test coverage detected