Get your own Python server Result Size: 625 x 565
x
 
set1 = {"abc", 34, True, 40, "male"}
print(set1)
{True, 34, 40, 'male', 'abc'}