answer = int(input("Guess? "))
if answer > 0:
if answer == 42:
print("Life, ...")
else:
print("So what?")
Oder das?
Dies?