my_set = set() # Use this to declare an empty set in python my_set = {"apple", "orange"} # Use this to declare a set in python