CodeArray interview question

What is difference between List and Tuple?

Interview Answer

Anonymous

Oct 14, 2021

List are mutable which means you can add new items and in case of tuple you can't update it as it is immutable .