Given three sets, set 1 , set 2 , and set 3 , write Python statement(s) to perform the following actions:

Create a new set of all elements that are in only one of the three sets set1, set2, and set 3.