Advertisement
Guest User

new

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. import random
  2. a = ["lol","lul","ye","howso","ye","y","mayb","hmm","haha","lel","*no response*","k","yea","yeha","what would that entail?","*no response*"]
  3. while True:
  4.     input("Send a message to FIDRIVENN: ")
  5.     print(random.choice(a))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement