Which function gives the total number of elements in the list?

24. Which function gives the total number of elements in the list?

  1. total()
  2. sum()
  3. len()
  4. keys()

Answer: C) len()

Explanation:

The len() functions help you to get the total number of elements in the list.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.