Advertisement
bunny_________

Untitled

Aug 20th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. import random
  2. places = ['the beach','disneyland','go bowling','london','the pleasure beach','gravity']
  3. people = ['janet','julie','james','john','joshua','joseph']
  4. sillyThings = ['triped over','face planted','got drunk','sliped in sick']
  5. others = ['it was HILARIOUS','i helped them home']
  6. days = ['im shatted it was a long day',',TIME TO PARTY!',',IM NUMBER 1, IME NUMBER 1, IM NUMBER 1']
  7. for i in range(10):
  8. print('This weekend im going to',random.choice(places)'with',random.choice(people), random.choice(sillyThings),random.choice(others),random.choice(days)):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement