data structure | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

data structure

is there any data structure in python other than mentiond below? primitive:int,float,string,boolean non-primitive:tuples,list,dictionary,sets

12th May 2019, 10:33 AM
Sahil Rana
Sahil Rana - avatar
4 Antworten
+ 2
Datatype determine how values stored in memory are treated within the program. In that context, it is similar to datastructs.
19th May 2019, 3:32 PM
Da2
Da2 - avatar
+ 1
im my opinion each mention above is a datatype as well as data structure (although int,float etc are most basic data structures)in the other way.list ,tuples ,dic, etc are enhanced data structures to store multiple data.
18th May 2019, 7:26 AM
Sahil Rana
Sahil Rana - avatar
0
Int, float, etc are data types. Datastructs are array, list, etc.
18th May 2019, 12:26 AM
Da2
Da2 - avatar