Examveda

Suppose list1 is [1, 3, 2], What is list1 * 2?

A. [2, 6, 4]

B. [1, 3, 2, 1, 3]

C. [1, 3, 2, 1, 3, 2]

D. [1, 3, 2, 3, 2, 1]

Answer: Option C


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python