Q. Which of the following is not a dictionary method?

  • (A) update()
  • (B) get()
  • (C) append()
  • (D) popitem()
πŸ’¬ Discuss
βœ… Correct Answer: (C) append()
Explanation: `append()` is not a dictionary method, it is used for lists.
Explanation by: Mr. Dubey
`append()` is not a dictionary method, it is used for lists.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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