https://repl.it/@MynameisSolomon/BrilliantCompleteGlitch
What you can do is :) import random question = ["What is the temperature of the earth core?", "How far is the sun?", "How many bones does a human have"] print(random.choice(question))
@IEATPYTHON thank you i will try this and see if it works
@IEATPYTHON It is working but i need to import random functions that have the questions in it and also i need it to not repeat the same questions again plz. I have attached my repl https://repl.it/@MynameisSolomon/NeglectedWellwornAddresses
What you can do is :)
import random
question = ["What is the temperature of the earth core?", "How far is the sun?", "How many bones does a human have"]
print(random.choice(question))
@IEATPYTHON thank you i will try this and see if it works
@IEATPYTHON It is working but i need to import random functions that have the questions in it and also i need it to not repeat the same questions again plz. I have attached my repl
https://repl.it/@MynameisSolomon/NeglectedWellwornAddresses