Page 207 - Information_Practice_Fliipbook_Class11
P. 207
Case-based Questions
1. Jim has been tasked with finding sponsors for the celebration on the occasion of Founder's Day of the school. He intends
to store the following information about each sponsor in the form of a list:
Sponsor Name - string
Sponsorship Amount - integer
Next, he wants to find out the total amount collected from the sponsors. Assist Jim in completing his task.
Answers
Multiple Choice Questions
1. (a) 2. (b) 3. (c) 4. (a)
True or False
1. F 2. F 3. F 4. T 5. F 6. T 7. F
Fill in the blanks
1. append() 2. mutable 3. statistics 4. an error 5. []
6. None 7. [(1, 2, 3)] 8. [1, 2, 3] 9. True 10. []
Python Lists 193

