Q. How do you insert an element at the end of a list?

  • (A) append()
  • (B) insert()
  • (C) extend()
  • (D) add()
πŸ’¬ Discuss
βœ… Correct Answer: (A) append()
Explanation: `append()` adds an element to the end of a list.
Explanation by: Mr. Dubey
`append()` adds an element to the end of a list.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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