2d3f7f46e5
# Conflicts: # Uebungen/bognerla.py
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
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!") |