Computer Science, asked by krssatheesh8gmailcom, 4 months ago

which is belong to built-in data structure?

Answers

Answered by Anonymous
1

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.

Similar questions