This commit is contained in:
stockth
2019-07-24 10:09:10 +02:00
parent 762fc075af
commit 9f364deeb2
+2 -2
View File
@@ -32,5 +32,5 @@ def user_Output(liste):
print("\nDas was gesucht: ")
for wert1 in ges:
print(wert1 + " = " + ges[wert1])
print("\nDiese Formel habn wir genutzt: " )
print("So sieht die Formel aus: " + str())
print("\nDiese Formel habn wir genutzt: " + formel_name)
print("So sieht die Formel aus: " + str(formel_str))