CS 010 10/3/2016 Lecture 15 Music start Cards Open in Prayer Turn back solution sets for 4 and 5 Remind people that need to touch base with Sheri Noble Ch 6 Lists Review: square brackets len(list) list.append(thing) list.insert(place,thing) if "Cindy" in list : list.index("Cindy") list.pop(index) Out of Range Errors List References