99 viewsJune 1, 2023Python#array #python 0 Monisha M1.03K June 1, 2023 1 Comment What is the Python data type SET, and how can I use it? Monisha M Posted new comment June 1, 2023 Monisha M commented June 1, 2023 set” is a Python data type which is a sort of collection. Since Python 2.4, it’s been a part of the language. A set is a collection of distinct and immutable items that are not in any particular sequence. 0 Answers ActiveVotedNewestOldest Register or Login
set” is a Python data type which is a sort of collection. Since Python 2.4, it’s been a part of the language. A set is a collection of distinct and immutable items that are not in any particular sequence.