Python Set Example


Program
a = {3,"Hello",2,7,"Fresherbell",9} print(a) print(type(a))
Input
Output