What is the nature of the python tuples data type?

4. What is the nature of the python tuples data type?

  1. In python, tuples are of ordered nature
  2. In python, tuples are of unordered nature

Answer: B) In python, tuples are of unordered nature.

Explanation:

In python, tuples are of ordered nature.

Comments and Discussions!

Load comments ↻






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