You have already completed these exercises!
Do you want to take them again?
You completed the Python Sets Exercises from W3Schools.com
Share on:
Which one of these is a set?
myset = ('apple', 'banana', 'cherry')
myset = ['apple', 'banana', 'cherry']
myset = {'apple', 'banana', 'cherry'}