This document contains answers to Python assignment questions. For question A-1, it lists common list methods like append(), clear(), copy(), count(), extend(), index(), insert(), pop(), reverse(), and sort(). For question A-2, it explains that split() splits a string into a list, slice objects specify slicing start and end points in a sequence, and strip() removes leading and trailing characters from a string.