Advertisement
Guest User

Untitled

a guest
Jul 11th, 2012
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.34 KB | None | 0 0
  1. a=raw_input("Hi there ! My name is Ionut. How about yours ? ")
  2. print 'So your name is ',a,'.','Nice to meet you ',a,'.'
  3. b=raw_input("So what's your favorite sport ?")
  4. print "Lol, what a coincidence, my favorite sport is also",b
  5. c=raw_input('Where are you from ?')
  6. 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