Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. adjectives = ["Mexican", "abusive", "map", "depressed", "racist", "homophobic", "bigoted", "misogynistic", "single", "zoo-ist", "necro-ist", "cest-ous", "autistic", "OSDD/DID", "OCD", "disabled", "disassociative", "systemic", "straight", "cis", "gay", "trans", "bi", "pan", "non-dsyiphoric", "white", "black", "asian", "rich", "poor", "lawful", "unlwaful", "smart", "dumb"]
  2. import random
  3.  
  4. def cantbe(): print (adjectives[random.randint(0, len(adjectives) - 1)] + " people can't be " + adjectives[random.randint(0, len(adjectives) - 1)])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement