Python has built-in methods that you can use on sets.
Note: It is important to understand the basics methods, but having knowledge of the other methods is also important. (The same thing could be said about the other Python data types.)
Create a (1) program that demonstrates all of the Python set methods.
No input from a user is required. Static demonstration data can be used.
Python Tutorial: Sets - Set Methods and Operations to Solve Common Problems (YouTube)