Examveda

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

D. 32

Answer: Option C


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python