Vorlesung 2

This commit is contained in:
dev weycloud
2021-09-23 19:58:44 +02:00
parent b842733193
commit 5562abd79b
10 changed files with 170 additions and 1 deletions

11
Vorlesung 2/Uebung6.py Normal file
View File

@@ -0,0 +1,11 @@
# pq formel
print("Berechnung mittels pq-Formel.")
a = input("a =")
b = input("b =")
c = input("c =")
# pq = a*x**2 + b*x + c = 0
print("Ergebnis: ")