Blog

What is the output of the code below?

a_set = set([1, 5, 2, 5, 6, 9, 4])
print(len(a_set))