micropython/tests/basics/set_union.py

2 lines
30 B
Python
Raw Normal View History

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