MAQ Software Interview Question

They asked me to explain the difference between a list and a tuple in Python.

Interview Answer

Anonymous

Sep 24, 2025

I said a list is mutable while a tuple is immutable.