Hey, Do int , float, bool come in the category of data structures?
What are data structures?
Hey @Spartan_online ,
these are data types , which are further used in combinations to make data structures.
In python , we have data structures like list , arrays , dict , tuple ,etc. They store values or data which can be used to perform various task more easily and more effectively.
I hope this helps.
Thank You.
.