Which python function will get you the size of the python list?

18. Which python function will get you the size of the python list?

  1. Size ()
  2. Len ()
  3. Lenln ()
  4. List_len ()

Answer: B) Len ()

Explanation:

Len function will give you the total number of elements present in the list.

Comments and Discussions!

Load comments ↻






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