Sky Interview Question

Explain the difference between lists and tuples.

Interview Answer

Anonymous

Jun 19, 2023

Tuples are immutable while lists are not which the contents of a list can be changed after it is created.