Multiple Choice
What will be the value of the variable list after the following code executes?
List = [1,2]
List = list * 3
A) [1, 2] * 3
B) [3, 6]
C) [1, 2, 1, 2, 1, 2]
D) [1, 2], [1, 2], [1, 2]
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: What are the data items in a
Q31: In slicing,if the end index specifies a
Q32: The _ function returns the item that
Q33: To calculate the average of the numeric
Q34: What will be the value of the
Q36: The _ method reverses the order of
Q37: Lists are dynamic data structures such that
Q38: Each element in a tuple has a(n)_
Q39: To add a descriptive label to the
Q40: When working with multiple sets of data,one