1.

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» Right option is (c) [1, 3, 2, 1, 3, 2]

To explain I would say: Execute in the shell and verify.


Discussion

No Comment Found