Added Donnerstag Mittag
This commit is contained in:
10
Donnerstag/v_calc.py
Normal file
10
Donnerstag/v_calc.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
from vectors import Vector
|
||||
|
||||
v1 = Vector(1, 2, 3, )
|
||||
v2 = Vector(4,0,1)
|
||||
print(v1.get_values())
|
||||
del v2
|
||||
print("Jetzt wird v2 freigebe ")
|
||||
|
||||
#print(v2)
|
||||
Reference in New Issue
Block a user