7.1 Lists7.1.1 Summary of List Operations 7.1.2 Function list7.1.3 Functions append, extend, count, remove, index, pop, and insert7.1.4 Function insert7.1.5 Function reverse 7.1.6 Functions sort and reverse 7.1.7 List Functions7.1.8 List Comprehension 7.1.9 Lists as Arguments7.1.10 Copying List Objects 7.1.11 map, reduce, and filter Operations on a Sequence7.2 Sets7.2.1 Set Functions add, update, remove, pop, and clear7.2.2 Set Functions union, intersection, difference, and symmetric_difference7.2.3 Function copy7.2.4 Subset and Superset Test7.2.5 List of Functions7.2.6 Finding Common Factors 7.2.7 Union and Intersection Operation on Lists7.3 Tuples7.3.1 Summary of Tuple Operations7.3.2 Functions tuple and zip7.3.3 Functions count and index7.4 Dictionary7.4.1 Dictionary Operations7.4.2 Deletion7.4.3 Function get7.4.4 Function update7.4.5 Function copy7.4.6 List of Functions7.4.7 Inverted Dictionary SummaryExercises