A Admin • 831.35K Points Coach Q. How to copy one list to another in python? (A) l1[] = l2[] (B) l1[] = l2 (C) l1[] = l2[:] (D) l1 = l2 Correct Answer - Option(C) Views: 26 Filed under category Python Hashtags: Share Manage Tags
Discusssion
Login to discuss.