Guest User

Untitled

a guest
Jan 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. from time import sleep
  2.  
  3. print("welcome to your personal roadman translator")
  4. sleep(1)
  5. print("so what word do you want to know the definition of?")
  6. while True:
  7. choice=input("")
  8. if choice == "bait" or choice == "Bait":
  9. print("bait is something that is 'in' right now")
  10. sleep(1)
  11. print("elesse is 'bait' supposedly like i geniunely dont know")
  12.  
  13. elif choice == "blud" or choice == "Blud":
  14. print("use this word with caution for it holds great power")
  15. sleep(1)
  16. print("the word blud shows you mean business")
  17. sleep(1)
  18. print("yo is you startin beef blud?")
  19. sleep(1)
  20. print("type beef to know what it means")
  21.  
  22. elif choice == "gassed" or choice == "buzzin" or choice == "buzzing":
  23. print("to be excited")
  24. sleep(1)
  25. print("'im goin into town later with the lads and im gassed/buzzin'")
  26.  
  27. elif choice == "mandem" or choice == "the mandem" or choice == "Mandem":
  28. print("the mandem would be the 'new lads'")
  29. sleep(1)
  30. print("you should refer to your lad friends as your 'mandem' from now on")
  31.  
  32. elif choice == "beef":
  33. print("a hostile disagreement that may result in violence")
  34. sleep(1)
  35. print("rush and lusk have beef blud")
  36.  
  37. elif choice == "peng" or choice == "peng ting":
  38. print("peng is an adjective used to describe a girl as beautiful")
  39. sleep(1)
  40. print("if you cannot describe a girl in her full beauty")
  41. sleep(1)
  42. print("you would then describe that girl as peng")
  43.  
  44. elif choice == "safe":
  45. print("safe has 2 meanings")
  46. print("the first meaning is the equivalent to saying hello")
  47. print("while you may say hello, a roadman in his natural habitat may say safe")
  48. print("the second meaning is to compliment ones character")
  49.  
  50. elif choice == "wasteman" or choice == "a wasteman":
  51. print("this is to be an overt person")
  52. print("another way of saying this is that the person is waste or an idiot")
  53.  
  54. elif choice == "bruv":
  55. print("another term for describing one's male sibling")
  56. print("it is commonly used somewhat aggressively in arguments")
  57.  
  58. else:
  59. print("that aint roadman ya peng ting")
  60. print("*cough* or we didnt include it *cough*")
Add Comment
Please, Sign In to add comment