+ 2
how creat random quiz programme in python
this programme include to answer option and skip option...
3 ответов
+ 1
what exactly do you want to make?
+ 1
i need to write random question programme
+ 1
Save the questions in a list and print them like print(question_list[random.randrange(len(question_list))])