We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f5a49 commit db7f629Copy full SHA for db7f629
brain_games/scripts/brain_games.py
@@ -0,0 +1,5 @@
1
+def main():
2
+ print("Welcome to the Brain Games!")
3
+
4
+if __name__ == "__main__":
5
+ main()
0 commit comments