What do you mean by the ordered nature of the python list?

5. What do you mean by the ordered nature of the python list?

  1. The ordered nature of the list indicates that you can only store the data in sequence
  2. The ordered nature of the list indicates that you can store the data in any sequence
  3. The ordered nature of the list indicates that the elements which you will put after the creation of the list will be added from the last index
  4. The ordered nature of the list indicates that the elements which you will put after the creation of the list will be added from the first index

Answer: C) The ordered nature of the list indicates that the elements which you will put after the creation of the list will be added from the last index.

Explanation:

The ordered nature of the list indicates that the elements which you will put after the creation of the list will be added from the last index.

Comments and Discussions!

Load comments ↻






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