Vorlesung 2
This commit is contained in:
11
Vorlesung 2/Uebung6.py
Normal file
11
Vorlesung 2/Uebung6.py
Normal 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: ")
|
||||
Reference in New Issue
Block a user