fix: formatting error

This commit is contained in:
Sandro Zimmermann 2026-05-26 09:55:48 +02:00
parent b2b8001d85
commit 4b4ecbd8d7

View File

@ -34,7 +34,10 @@ print(f"p) {np.log2(69.6)}")
# %%
print("Aufgabe 7")
# Parameter
a = 12.3, b = 8.14, pr = 3, ME = "cm"
a = 12.3
b = 8.14
pr = 3
ME = "cm"
# Berechnungen
c = np.sqrt(a**2+b**2)