3 lines
92 B
Python
3 lines
92 B
Python
answer = 17
|
|
if answer != 42:
|
|
print("That is not the correct answer. Please try again!")
|