Skip to content

Commit 04fa93f

Browse files
committed
modifited sample
1 parent eadef91 commit 04fa93f

14 files changed

+2
-5
lines changed
-60 Bytes
Binary file not shown.
60 Bytes
Binary file not shown.

brain_games/scripts/games/brain_calc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def calc_game():
77

88

99
def main():
10-
print('Welcome to the Brain Games!')
1110
print(calc_game())
1211

1312

brain_games/scripts/games/brain_even.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def game_parity_check():
77

88

99
def main():
10-
print('Welcome to the Brain Games!')
1110
print(game_parity_check())
1211

1312

brain_games/scripts/games/brain_gcd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def game_gcd():
77

88

99
def main():
10-
print('Welcome to the Brain Games!')
1110
print(game_gcd())
1211

1312

brain_games/scripts/games/brain_progression.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def game_progression():
77

88

99
def main():
10-
print('Welcome to the Brain Games!')
1110
print(game_progression())
1211

1312

brain_games/scripts/games/sample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def typo_brain_progression(first_num):
5050

5151

5252
def samples(type_game, condition_answer):
53+
print('Welcome to the Brain Games!')
5354
name = prompt.string('May I have your name? ')
5455
number_of_successful_attempts = 0
5556
print(condition_answer)
-5.08 KB
Binary file not shown.

dist/hexlet_code-0.4.0.tar.gz

-6.13 KB
Binary file not shown.
-5.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)