PythonExtra/tests/basics/set_union.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
30 B
Python
Raw Permalink Normal View History

print(sorted({1}.union({2})))