Advertisement
Pilz

Pharma-tan

Oct 15th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. print "Hello! Your prescription is ready for pickup! Please state your name so we can confirm your identity!"
  2. name = raw_input("Full name, please!")
  3.  
  4. Pharma_tan = {
  5. "Dandere" : "H...here's your prescription..."
  6. "Tsundere" : "I filed your insurance claim for you...don't get the wrong idea, it's just my job! B-baka!"
  7. "Kuudere" : "...Here..."
  8. "Yandere" : "I missed you...oh! A customer! I have to put you on hold now...don't go anywhere, doctor's orders!..disobey and I'm mixing in a muscle relaxant."
  9. }
  10.  
  11. print "Now connecting you with a representative!"
  12.  
  13. if name = 'IterationDrive':
  14. print Pharma_tan['Yandere']
  15. elif:
  16. randPharma = raw_input("How long are you willing to wait on hold? Pick a number from 1 to 3:")
  17. if randPharma = 1 :
  18. print Pharma_tan['Dandere']
  19. elif randPharma = 2 :
  20. print Pharma_tan['Tsundere']
  21. else:
  22. print Pharma_tan['Kuudere']
  23.  
  24. print "Thank you for shopping at Harem Pharmacies! We're /all/ willing to serve you!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement