MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 06_problem6.py

File 06_problem6.py

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

Source from the content-addressed store, hash-verified

1class Vector:
2 def __init__(self, x, y, z):
3 self.x = x
4 self.y = y

Callers

nothing calls this directly

Calls 1

VectorClass · 0.70

Tested by

no test coverage detected