Built-in data structures in Python There are basic two types of data structures in Python:
- Built-in data structures
- User-defined data structures ################################################################
1 List 2 Tuple 3 Set 4 Dictionary 5 String 6 Range ################
1 Array 2 Stack 3 Queue 4 Linked List 5 Tree 6 Graph 7 Hash Table ############ But in this article or class, we will discuss only built-in data structures.