answer = int(input("Your guess?" ))
if answer == 42
print("Life, universe and everything")
else:
print("So what?")
$ python3 fourty_two.py
File "fourty_two.py", line 2
^
SyntaxError: invalid syntax
Aufruf des
Programmes