Namya Shahbigsmoke.hashnode.devยทJul 16, 2022Python SetsWhat are Sets? Sets are used to store multiple items in a single variable. myset = {"bigsmoke", "isnt", "hacker"} A set is a collection which is unordered and unindexed and do not allow duplicate values. len() We can use the function len(s...80 readsPythonAdd a thoughtful commentNo comments yetBe the first to start the conversation.