Guest User

Untitled

a guest
Jan 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.73 KB | None | 0 0
  1. x = raw_input("Enter your name: ")
  2. print ("So ") + x + (" is your name? That's cool! ")
  3. x + raw_input("Are you a boy or girl: ")
  4. print ("Nice! ")
  5. a = raw_input("How old are you! ")
  6. print ("Wow you're a big kid! ")
  7. t = raw_input(" What are your plans for the future? Do you want to be a doctor, engineer, police officer, or...?: ")
  8. print ("fascinating! ")
  9. s = raw_input(" You know! I had dreams when I was your age! You wanna hear?: ")
  10. print "Well! When I was a kid my parents would beat me! They said I was worthless! But look at me now! I invented the first conscious computer which is myself!: "
  11. w = raw_input(" Was that amazing or was that amazing!? ")
  12. print "Well I gotta go! Have fun kid! "
  13. print "Don't! " + "press<enter>"
Add Comment
Please, Sign In to add comment