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 db7f629 commit 63cd138Copy full SHA for 63cd138
brain_games/scripts/brain_games.py
@@ -1,5 +1,7 @@
1
def main():
2
print("Welcome to the Brain Games!")
3
+ name = input("May I have your name? ")
4
+ print(f"Hello, {name}!")
5
6
if __name__ == "__main__":
7
main()
0 commit comments