A
Q. Guess the output
Code:
a=[14,52,7]
b=a.copy()
b is a
b=a.copy()
b is a
- Correct Answer - Option(A)
- Views: 5
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.