Curso_Intensivo_de_PYTHON/chapter_05/magic_number.py
2023-06-02 17:22:53 +02:00

3 lines
92 B
Python

answer = 17
if answer != 42:
print("That is not the correct answer. Please try again!")