What is the following function reverses objects of list in place?
A – list.reverse()
B – list.sort([func])
C – list.pop(obj=list[-1])
D – list.remove(obj)
1 Answers
What is the following function reverses objects of list in place?
A – list.reverse()
B – list.sort([func])
C – list.pop(obj=list[-1])
D – list.remove(obj)