#Create a set seta = set([, , , , , ]) #Find maximum value print(max(seta)) #Find minimum value print(min(seta))