We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f043da commit bd6f3d3Copy full SHA for bd6f3d3
1 file changed
tests/basics/set_union.py
@@ -1 +1 @@
1
-print({1}.union({2}))
+print(sorted({1}.union({2})))
0 commit comments