1.

for i in range(3)]; print(x);

A. [0, 1, 2]
B. [1, 2, 5]
C. error, **+ is not a valid operator
D. error, ‘;’ is not allowed
Answer» B. [1, 2, 5]


Discussion

No Comment Found