The new materials

This commit is contained in:
Manolo Hernandez Lütten
2026-06-24 09:15:41 +02:00
parent c0fc1681e5
commit b4cd108d93
4 changed files with 87 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from calc import calculator as calc
print("erfolgreich importiert")
current_calc = calc()
print(current_calc.pythagoras(3, 4))
print(current_calc.addition(current_calc.mem_res, 20))