Curso_Intensivo_de_PYTHON/chapter_05/magic_number.py

4 lines
92 B
Python
Raw Normal View History

2023-06-02 17:22:53 +02:00
answer = 17
if answer != 42:
print("That is not the correct answer. Please try again!")