Post

@PythonPr The correct answer is (a) [1, 2, 3].
The code y = x.copy() creates a shallow copy of the list x. This means that y is a new list object with the same elements as x, but it is a distinct object in memory. When x.append(4) is called, it modifies the original list x by
English

@PythonPr Is there any test that would make you want to open an IDE to run it?🤔
(Answer "A")😒
English




































