Difference between list and tuples:
The main difference is tuples are immutable and the list is mutable and for the same reason tuples are more memory efficient as compared to Lists.