exam questions

Exam PCEP-30-02 All Questions

View all questions & answers for the PCEP-30-02 exam

Exam PCEP-30-02 topic 1 question 45 discussion

Actual exam question from Python Institute's PCEP-30-02
Question #: 45
Topic #: 1
[All PCEP-30-02 Questions]

Which function does in-place reversal of objects in a list?

  • A. list.sort([func])
  • B. list.pop(obj=list[-1])
  • C. list.remove(obj)
  • D. list.reverse()
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
hovnival
2 days, 20 hours ago
Selected Answer: D
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.
upvoted 1 times
...
christostz03
4 months, 1 week ago
d is the correct answer
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago