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!









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