Python Sets

In Python, Sets are used to store multiple items in a single variable. A set is an unordered collection of items.

Code :