In Python in order for a sort to work, which of the following is required?
The members of the list are all integers.
The members of the list are all strings.
The members of the list are all numeric.
They can be compared using a greater than operation.