Data Types

Suppose list1 is [31, 53, 25, 12, 36]what is min(list1)?
Suppose list1 is [4, 5, 8], what is sum(list1) ?
Which of the following data types are immutable?
Which of the following commands will create a list?