Guest User

Untitled

a guest
Apr 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. name = raw_input("What is your name? "),
  2. age= raw_input("How old are you? "),
  3.  
  4. -----------------------------------------------
  5.  
  6. print "What is your name?,
  7. name = raw_input()
  8.  
  9. print "How old are you?",
  10. age = raw_input()
Add Comment
Please, Sign In to add comment