Skip to content

Commit b506390

Browse files
initial project
1 parent ab8aeac commit b506390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brain_games/scripts/brain_even.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def is_even(number):
1111

1212
def main():
1313
name = welcome_user()
14-
print("Answer 'yes' if the number is even, otherwise answer 'no'.")
14+
print('Answer "yes" if the number is even, otherwise answer "no".')
1515

1616
correct_answers = 0
1717

0 commit comments

Comments
 (0)