5 lines
93 B
Python
5 lines
93 B
Python
answer = 17
|
|
if answer != 42:
|
|
print('That is not the correct answer. Please try again!')
|
|
|