Run
# Create an empty Set mySet = set() # Print the Set print(mySet)
Output