#pythoninterviewquestions #python #pythoninterview #interviewtips
What is a Set in Python ?
A set is a built-in data type that represents an un-ordered collection of unique elements. The Elements in the set are enclosed by curly braces {}.
Key features are
Uniqueness
Unordered
Mutable