In python which data type is unordered and mutable ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

In python which data type is unordered and mutable ?

21st Sep 2019, 5:23 PM
Sahil Khan
3 Antworten
0
Dictionary
21st Sep 2019, 5:39 PM
Frank Abagnale
Frank Abagnale - avatar
0
We have 4 option 1. Tuple 2. Sets 3. Sequence 4. Mapping
21st Sep 2019, 5:45 PM
Sahil Khan
0
Out of all mutable data types : [list, dictionary, set, bytearray] The only unordered and mutable data types are: [dictionary , set]
5th Jan 2020, 1:40 PM
Goo