Skip to content

Commit f02b664

Browse files
author
vdz
committed
fix fails
1 parent 6668e01 commit f02b664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brain_games/games/brain_even.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def even():
2424
print('Correct!')
2525
count += 1
2626
elif rand_num % 2 == 0 and user_answer == 'no':
27-
return print(f"'no' is wrong answer ;(. Correct answer was 'yes'.\nLet's try again {name}!")
27+
return print(f"'no' is wrong answer ;(. Correct answer was 'yes'.\nLet's try again, {name}!")
2828
elif rand_num % 2 != 0 and user_answer == 'yes':
2929
return print(f"'yes' is wrong answer ;(. Correct answer was 'no'.\nLet's try again, {name}!")
3030
else:

0 commit comments

Comments
 (0)