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

File 07_problem7.py

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

Source from the content-addressed store, hash-verified

1class Vector:
2 def __init__(self, l):
3 self.l = l
4

Callers

nothing calls this directly

Calls 1

VectorClass · 0.70

Tested by

no test coverage detected