Mohamed Adel
2 min read
Python sets
Sets are used to store multiple items in a single variable. Set is one of 4 built-in data types in Python used to store collections of...
Fatma Ali
6 min read
Python Lists
In programming, it is common to want to work with collections of data. In Python, a list is one of the many built-in data structures that...