CBSE Class 11 Computer Science Question 17 of 82

Lists in Python — Question 11

Back to all questions
11
Question

Question 11

The assignment(=) operator creates a reference of the original list that shares the same memory location.

Answer