Skip to content

Commit 442e4a3

Browse files
committed
test PR test102
This is me, testing another PR test
1 parent 709b4b8 commit 442e4a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

python-for-beginners/02 - Print/ask_for_input.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
# You need to declare a variable to hold the value entered by the user
33
name = input('What is your name? ')
44

5-
print(name)
5+
print(name)
6+
7+
place = input('where do you live? ')
8+
9+
print(place)

0 commit comments

Comments
 (0)