The document contains 8 Python programming questions to work with lists. The questions involve finding the sum and maximum/minimum elements of a list, finding the second largest element, reversing a list, checking if a user-input number is in the list and how many times, removing duplicates from a list, creating a new list with the cube of each original element, and duplicating an existing list without pointing to the original.
The document contains 8 Python programming questions to work with lists. The questions involve finding the sum and maximum/minimum elements of a list, finding the second largest element, reversing a list, checking if a user-input number is in the list and how many times, removing duplicates from a list, creating a new list with the cube of each original element, and duplicating an existing list without pointing to the original.