Answer:
Following are the code in python language set3=set1.intersection(set2)
Explanation:
In the python proogramming languge the intersection method is used to find the common value in the set .Bascially the intersection method is the operation of the set method .
Following are the description of the above code