Which of the following is True regarding lists in Python?
1
Lists are immutable.
2
Size of the lists must be specified before its initialization
3
Elements of lists are stored in a contiguous memory location.
4
size(list1) command is used to find the size of lists.
5
None of the above