Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

import random as r

rang=r.randint(50,100)
for i in range(rang):
q=r.choice(['overworld','nether','end','deep dark','desert temple',
'pillager mansion','pillager outpost','end city','vilage',
'fortress','stronghold'])
w=r.choice(['speedrunning','killing the enderdragon','mining',
'killing blazes','raiding','makeing a nether portal',
'mining bedrocks','killing the wither',
'trading with piglins','bulling the villagers',
'jumping in to the lava','throwing enderpearls',
'eating chorus fruits','surviving','choping trees',
'using a piston to push an end rod','protecting end rods'
])
print(w+' in the '+q)
print('Have you done any of these things?')

You might also like