Today you are assisting in a psychological experiment. To test short-term memory, a researcher gives a set of numbers to each volunteer and asks to repeat all of them. The order does not matter and repeats are allowed.
The input has been read into two variables for you.
If the volunteer remembers all numbers correctly, print True, otherwise, you should output False.
The comparison of two sets will return either True or False, so you don't have to use conditions like if-else in your code.