0 / 60 seg.

What will be the value of x after running this code?

x = {1,2,3,4,5}
x.add(5)
x.add(6)