Q. Which of the following removes an item from a list by index?

  • (A) remove()
  • (B) discard()
  • (C) pop()
  • (D) del()
πŸ’¬ Discuss
βœ… Correct Answer: (C) pop()
Explanation: `pop()` removes and returns the element at the given index.
Explanation by: Mr. Dubey
`pop()` removes and returns the element at the given index.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
95
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate