Run
# Set with duplicate items set_3 = {32, 41, 29, 41, 32, 85} print(set_3)
Output