[6, 7, 3, 10, 1, 3] [3, 6, 7, 10, 1, 3] [3, 6, 7, 3, 10, 1] [6, 7, 10, 1] L.pop(i) pops the element at the ith index from the given list. Hence, L.pop(3) pops the element at the third index in the list L; in this case, 3. Python Data Structure Interview Questions Python Interview Questions Comments Log in or register to post comments
Comments