What is a Set in Python ? | Most asked Interview Q&A

Опубликовано: 06 Октябрь 2024
на канале: TecTute
145
9

#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