myList.remove(item) # Removes first instance of "item" from myList myList.pop(i) # Removes and returns item at myList[i]