There was an error while loading. Please reload this page.
>>> a = {1, 2, 3} >>> a {1, 2, 3}
>>> a = {1, 2, 3} >>> a <set instance at 0xc0000aa018>
Expected
Actual