Skip to content

Commit 50f34ea

Browse files
author
TechMainul
committed
python 02.user_input.py added only
1 parent 67c2691 commit 50f34ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

chapter_02/02.user_input.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# User input
2+
# Input Function
3+
print()
4+
name = input("type your name: ")
5+
print("hello " + name)
6+
7+
print()

0 commit comments

Comments
 (0)