a = 0
while not a == 32:
    a = int(input("Zahl erraten: "))
print("Richtig!")
