Source Code:
(back to article)
my_set = set([1, 2, 3]) print(my_set) # {1, 2, 3}
Result:
Report an issue