What is the list in Python?

1. What is the list in Python?

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

Answer: A) A mutable type of data type which can store anything

Explanation:

List is python's one of the data types which is mutable and can store anything i.e., numbers, strings, characters, etc.

Comments and Discussions!

Load comments ↻






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