1.

What is the output of the following code? {a**2 for a in range(4)}

A. {1, 4, 9, 16}
B. {0, 1, 4, 9, 16}
C. Error
D. {0, 1, 4, 9}
Answer» E.


Discussion

No Comment Found