What do you mean by python tuples?

1. What do you mean by python tuples?

  1. An immutable type of data type which can store anything
  2. A mutable type of data type which can only store string
  3. An immutable type of data type which can store only stored string
  4. A mutable type of data type which can only store numbers

Answer: A) An immutable type of data type which can store anything.

Explanation:

A tuple is the immutable nature of data type which can store anything i.e., numbers, strings, characters, etc.

Comments and Discussions!

Load comments ↻






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