First page Back Continue Last page Overview Graphics

Semantical Errors

answer = int(input("Guess? "))

if answer > 0:

if answer == 42:

print("Life, ...")

else:

print("So what?")

answer = int(input("Guess? "))

if answer > 0:

if answer == 42:

print("Life, ...")

else:

print("So what?")

Or that?

This?