A set is a collection of unique elements with no specific order. It does not allow duplicate values.
set() cheat sheet for homework
This method adds an element to the set if it is not already present.
contains(): This method checks if a specific element is present in the set.
This method returns the number of elements in the set.