πŸ“Š Python
Q. Which method adds an element to the end of a list?
  • (A) append()
  • (B) add()
  • (C) insert()
  • (D) extend()
πŸ’¬ Discuss
βœ… Correct Answer: (A) append()

Explanation: `append()` adds a single element to the end of the list.

Explanation by: Mr. Dubey
`append()` adds a single element to the end of the list.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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