Skip to content

Commit 6d4d2df

Browse files
committed
linter fix brain_games/lose.py
1 parent cc37726 commit 6d4d2df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

brain_games/lose.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
def incorrect_answer(answer, result, name):
2-
print(f'{answer} is wrong answer ;(. Correct answer was {result}.')
1+
def incorrect_answer(answer, correct_answer, name):
2+
print(f'{answer} is wrong answer ;(. Correct answer was {correct_answer}.')
33
print(f"Let's try again, {name}!")

0 commit comments

Comments
 (0)