πŸ“Š Python
Q. Which method returns the number of items in a list?
  • (A) size()
  • (B) length()
  • (C) len()
  • (D) count()
πŸ’¬ Discuss
βœ… Correct Answer: (C) len()

Explanation: `len()` returns the number of elements in an object like a list.

Explanation by: Mr. Dubey
`len()` returns the number of elements in an object like a list.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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