Science, asked by jatinnarang2019, 9 months ago

in python which data type is unordered and mutable​

Answers

Answered by vipbhai
11

Explanation:

The data type "set", which is a collection type, has been part of Python since version 2.4. A set contains an unordered collection of unique and immutable objects. The set data type is, as the name implies, a Python implementation of the sets as they are known from mathematics.

Answered by numenius
1

Answer:

  In the python, the set is the type of data type that is unordered and the mutable. The unordered collection of the data sequence is same as the type of hash object in the table.

The sequence of unordered data is in the form of key value. The set data type in the python does not record any type of position and the order of the insertion in the python language. The main advantage of using the set is that it is highly optimize and specific method.

 

Similar questions