A
Q. What will be the output of the following Python code?
Code:
l=[2, 3, [4, 5]] l2=l.copy() l2[0]=88 l l2
- Correct Answer - Option(B)
- Views: 25
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.