Skip to content

Commit 0b3abdb

Browse files
authored
Create Input assignment python code
1 parent 9bccf15 commit 0b3abdb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Input assignment python code

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# https://m.facebook.com/story.php?story_fbid=365928584777817&id=100040820344131
2+
# Subscribed by Code House
3+
4+
name = input('What is your name?\n')
5+
print ('Hi, %s.' % name

0 commit comments

Comments
 (0)