CodeArray interview question

What is difference between List and Tuple?

Interview Answer

Anonymous

14 Oct 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 .