Priya Chakrabortypriyachakraborty.hashnode.devยทMar 11, 2023Basics of Python-7Day 7 Set : Set is an in-built data type in python. It is an unordered collection of data. It is iterable It is mutable It has no duplicates Let's solve a few problems on set : Find the maximum and minimum in a Set : s=([67,34,27,45,1]) prin...98 readssetAdd a thoughtful commentNo comments yetBe the first to start the conversation.