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

27. Which python function will get you the size of the python tuple?

  1. size()
  2. len()
  3. lenln()
  4. list_len()

Answer: B) len()

Explanation:

The len() function will give you the total number of elements present in the tuple.

Comments and Discussions!

Load comments ↻






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