We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47b964 commit 8b5fd95Copy full SHA for 8b5fd95
tests/basics/set_pop.py
@@ -15,4 +15,4 @@
15
print(s.pop()) # last pop() should trigger the optimisation
16
for i in range(N):
17
s.add(i) # check that we can add the numbers back to the set
18
-print(list(s))
+print(sorted(s))
0 commit comments