micropython/tests/basics/set_union.py

2 wiersze
30 B
Python

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