What is the following function sorts a list?
A – list.reverse()
B – list.sort([func])
C – list.pop(obj=list[-1])
D – list.remove(obj)
What is the following function sorts a list?
A – list.reverse()
B – list.sort([func])
C – list.pop(obj=list[-1])
D – list.remove(obj)