EasyRememberPythonpredict_output

What is the output? ```python x = [1, 2, 3] y = x y.append(4) print(x) ```

Remember Tests recall of fundamental facts and definitions.

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 32+ more Python questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Python topic (Programming Languages).

More Python Questions