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))
How to randomize questions for the quiz?
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))
https://repl.it/@MynameisSolomon/NeglectedWellwornAddresses