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!









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