1.

Which is belong to built-in data structure?​

Answer»

Data STRUCTURES are basically just that - they are structures which can HOLD some data together. In other WORDS, they are used to store a COLLECTION of related data. There are four built-in data structures in Python - list, tuple, dictionary and set.



Discussion

No Comment Found