Skip to content

Commit 5c63f28

Browse files
committed
Изменен brain_games.py
1 parent e4b5aaf commit 5c63f28

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
169 Bytes
Binary file not shown.

brain_games/scripts/brain_games.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
def main():
1+
def greet():
22
print('Welcome to the Brain Games!')
33

4-
main()
4+
def main():
5+
greet()
6+
7+
if __name__ == '__main__':
8+
main()

0 commit comments

Comments
 (0)