Merge remote-tracking branch 'origin/master'

# Conflicts:
#	Uebungen/bognerla.py
This commit is contained in:
TimMcCool
2019-07-22 11:45:37 +02:00
parent ce638394b9
commit 2d3f7f46e5
+7
View File
@@ -0,0 +1,7 @@
wette = (int(input("Wähle eine Zahl zwischen 1 und 10!")))
if wette > 10:
print("Deine Zahl ist zu hoch!")
wahr = 8
if wette == wahr:
print("Super! Richtig!")