Skip to content

Commit a64ebb5

Browse files
committed
add brain_games
1 parent 8932da0 commit a64ebb5

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

brain_games/__init__.py

Whitespace-only changes.
162 Bytes
Binary file not shown.

brain_games/scripts/__init__.py

Whitespace-only changes.
170 Bytes
Binary file not shown.
396 Bytes
Binary file not shown.

brain_games/scripts/brain_games.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
def main():
2+
3+
print('Welcome to the Brain Games!')
4+
5+
if __name__ == '__main__':
6+
7+
main()

0 commit comments

Comments
 (0)