We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8aeac commit b506390Copy full SHA for b506390
1 file changed
brain_games/scripts/brain_even.py
@@ -11,7 +11,7 @@ def is_even(number):
11
12
def main():
13
name = welcome_user()
14
- print("Answer 'yes' if the number is even, otherwise answer 'no'.")
+ print('Answer "yes" if the number is even, otherwise answer "no".')
15
16
correct_answers = 0
17
0 commit comments