Created on Fri Aug 10 13:29:18 2018

@author: tharlow
“””

import random

subject = [‘a’, ‘the’]

questionOpener = [‘where’, ‘hao’, ‘wen’]

question = [‘do’, ‘wud’, ‘can’, ‘will’]

connector = [‘an’, ‘wit’, ‘wur’]

opener = [‘wen’, ‘altho’, ‘while’, ‘as’, ‘wur’, ‘often’]

verbs = [‘bbiiiiggstretched’, ‘afrightened’, ‘yipped’, ‘wut the frigged’, ‘choomped’, ‘did a ruff’, ‘did a yell’, ‘protecd’, ‘talked some heck’, ‘did a scare’, ‘floofed’, ‘grrrborked’, ‘awood’, ‘blopped’, ‘booped’, ‘borked’, ‘scritched’, ‘snoozed’, ‘snugged’, ‘zoomed’, ]

presverbs = [‘bbiiiggstretch’, ‘afrighten’, ‘yip’, ‘choomp’, ‘do a ruff’, ‘doing a yell’, ‘protec’, ‘talk some heck’, ‘do a scare’, ‘floof’, ‘awoo’, ‘blop’, ‘boop’, ‘bork’, ‘scritches’, ‘snooeze’, ‘snug’, ‘zoom’]

nouns = [‘teef’, ‘fren’, ‘MtRuffmore’, ‘Pupcasso’, ‘snek’, ‘foofgirl’, ‘aqua doggo’, ‘fluffapup’, ‘shibe’, ‘corgo’, ‘Benebop Cumberfloof’, ‘misspupperstanding’, ‘goodboi’, ‘dogtor’, ‘doggo’, ‘fat boi’, ‘fluffer’, ‘floofer’, ‘long boi’, ‘pupper’, ‘pupperino’, ‘woofer’, ‘doggolog’]

plrnouns = [‘teefs’, ‘frens’, ‘hooman’, ‘snek’, ‘foofgirls’, ‘aqua doggos’, ‘fluffapups’,’shibes’, ‘corgos’, ‘misspupperstanding’,’goodbois’, ‘dogtors’, ‘doggos’, ‘fat bois’, ‘fluffers’, ‘floofers’, ‘long bois’, ‘pupper’, ‘pupperinos’, ‘woofers’]

adjectives = [‘sleppy’, ‘thicc’, ‘heckin’, ‘smol’, ‘good’, ‘big’, ‘vv happ’, ‘totalsads’, ‘hungrus’, ‘sad’]

preposition = [‘about’, ‘above’, ‘across’, ‘along’, ‘around’, ‘amid’, ‘among’, ‘after’, ‘at’ ,’except’,’for’,’behind’, ‘beneath’, ‘beside’,’in’, ‘beyond’, ‘from’, ‘over’, ‘unto’, ‘upon’, ‘near’, ‘past’, ‘throughout’, ‘within’, ‘inside’]

print (random.choice(subject), random.choice(adjectives) , random.choice(nouns), random.choice(verbs), ‘the’, random.choice(plrnouns))
print (random.choice(opener), random.choice(subject), random.choice(nouns), random.choice(verbs), ‘and’ , random.choice(verbs))
print (random.choice(subject), random.choice(adjectives), random.choice(nouns), random.choice(verbs))

print (” “)

print (random.choice(opener), random.choice(adjectives) , random.choice(nouns), random.choice(verbs), random.choice(subject), random.choice(nouns))
print (random.choice(plrnouns), random.choice(verbs), ‘and’ , random.choice(verbs))
print (random.choice(subject), random.choice(adjectives), random.choice(nouns), random.choice(verbs), ‘into’ , random.choice(subject), random.choice(nouns))

print (” “)

print (random.choice(questionOpener), random.choice(question), random.choice(adjectives), random.choice(plrnouns), random.choice(presverbs) + ‘?’)
print (random.choice(opener), random.choice(adjectives), random.choice(plrnouns), random.choice(presverbs))
print (random.choice(questionOpener), random.choice(question), random.choice(adjectives), random.choice(plrnouns), random.choice(presverbs))
print (random.choice(opener), random.choice(adjectives), random.choice(plrnouns), random.choice(presverbs) + ‘?’)