Vidyalelo
Python · Q139

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 139

Q139

How many elements are in m? m = [[x, y] for x in range(0, 4) for y in range(0, 4)]

A.
8
B.
12
C.
16
Answer
D.
32

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board