Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a=raw_input("Hi there ! My name is Ionut. How about yours ? ")
- print 'So your name is ',a,'.','Nice to meet you ',a,'.'
- b=raw_input("So what's your favorite sport ?")
- print "Lol, what a coincidence, my favorite sport is also",b
- c=raw_input('Where are you from ?')
- print c,'is a very nice town. I wasn`t there yet but i wish to go very much !'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement