M
Q. What will be the output of this code?
Code:
x = [1, 2, 3]
print(x * 2)
print(x * 2)
- Correct Answer - Option(A)
- Views: 16
- Filed under category Python
Discusssion
Login to discuss.