...

/

Challenge: Generate a List of Questions and Possible Answers

Challenge: Generate a List of Questions and Possible Answers

Write a function to generate a list that contains questions from a list and its four possible answers from another list.

Suppose there are two lists—one contains questions and the other contains lists of four possible answers for each question. Write a code inside a function to generate a list that contains lists of ...