I'm trying to make a quiz but I want to know how to make a random word generator.
The 4 words I need to be in this generator are: add, minus, divide and times.
question = random.randint(1,4)
if (question==1):
elif (question==2):
elif (question==3):
elif (question==4):
I'm using this for now but I would prefer for it to be words