Sets in Python
Namaste Coders!
In this article, we will discover sets data structure in python. Let's take it together.
What are Sets ?
Sets are another datatype in python which doesn’t take in duplicate data in it. Basically it ignores duplicate data.
l=[1,2,3,...
akshitagarg275.hashnode.dev3 min read