7.1 Lists7.1.1 Summary of List Operations7.1.2 Function list7.1.3 Functions append(), extend(), count(), remove(), index(), pop(), and insert()7.1.4 Function insert()7.1.5 Function reverse()7.1.6 Functions sort() and reverse()7.1.7 List Functions7.1.8 List Comprehension7.1.9 Lists as Arguments7.1.10 Copying List Objects7.1.11 map(), reduce(), and filter() Operations on a Sequence7.2 Sets7.2.1 Set Functions add(), update(), remove(), pop(), and clear()7.2.2 Set Functions union(), intersection(), difference(), and symmetric_difference()7.2.3 Function copy()7.2.4 Subset and Superset Test7.2.5 List of Functions7.2.6 Finding Common Factors7.2.7 Union and Intersection Operation on Lists7.3 Tuples7.3.1 Summary of Tuple Operations7.3.2 Functions tuple() and zip()7.3.3 Functions count() and index()7.3.4 Creating a List of Tuples Comprising Strings and Their Corresponding Length7.4 Dictionary7.4.1 Dictionary Operations7.4.2 Deletion7.4.3 Function get() and setdefault()7.4.4 Function update()7.4.5 Function copy()7.4.6 Function pop()7.4.7 Function popitem()7.4.8 Function fromkeys()7.4.9 List of Functions7.4.10 Inverted Dictionary7.4.11 Dictionary ComprehensionSummaryExercises