how creat random quiz programme in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how creat random quiz programme in python

this programme include to answer option and skip option...

8th Oct 2017, 12:21 AM
manod
3 Answers
+ 1
what exactly do you want to make?
9th Oct 2017, 6:54 AM
Dion
+ 1
i need to write random question programme
9th Oct 2017, 7:44 AM
manod
+ 1
Save the questions in a list and print them like print(question_list[random.randrange(len(question_list))])
9th Oct 2017, 5:12 PM
Dion