The correct answer is:
D. list.reverse()
Explanation:
The list.reverse() method reverses the elements of the list in place, meaning it modifies the original list directly without creating a new list. This is the function that performs an in-place reversal of objects in a list.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
hovnival
2 days, 20 hours agochristostz03
4 months, 1 week ago