MediumApplyPythonpredict_output

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

Apply Tests ability to use knowledge in practical scenarios.

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