Skip to content

Commit 575feeb

Browse files
committed
modified cli.py
1 parent 06bbfec commit 575feeb

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

0 Bytes
Binary file not shown.

brain_games/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
def welcome_user():
44
name = prompt.string('May I have your name? ')
5-
print(f'Hello, {name}!')
5+
print(f'Hello, {name}!')
6+
7+
welcome_user()
-36 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)