πŸ“Š Python
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

πŸ‘οΈ
142
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate