Skip to content

Commit 637fffe

Browse files
committed
check lint error 2
1 parent 93bbae0 commit 637fffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brain_games/sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
from prompt import string
1+
import prompt
22
NUMBERS_OF_ATTEMPTS = 3
33

44

55
def samples(condition_answer, answ_and_qest, answ_and_qest2, answ_and_qest3):
66
print('Welcome to the Brain Games!')
7-
name = string('May I have your name? ')
7+
name = prompt.string('May I have your name? ')
88
print(f'Hello, {name}!')
99
number_of_successful_attempts = 0
1010
print(condition_answer)

0 commit comments

Comments
 (0)