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

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