A student has collected data on rainfall in the last 180 days. She is writing a program to analyze the data. Once the data are stored, she does not want them to be altered. She just wants to be able to retrieve them for calculations and statistical analyses. What data structure in Python is the best choice?
1) List
2) Tuple
3) Set
4) Dictionary