Skip to content

Commit 63cd138

Browse files
committed
fix brain_games.py
1 parent db7f629 commit 63cd138

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

brain_games/scripts/brain_games.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
def main():
22
print("Welcome to the Brain Games!")
3+
name = input("May I have your name? ")
4+
print(f"Hello, {name}!")
35

46
if __name__ == "__main__":
57
main()

0 commit comments

Comments
 (0)