The new materials
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user