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
4 Réponses
+ 2
Datatype determine how values stored in memory are treated within the program. In that context, it is similar to datastructs.
+ 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.
0
Int, float, etc are data types. Datastructs are array, list, etc.