micropython/tests/basics/set_union.py

2 wiersze
30 B
Python
Czysty Zwykły widok Historia

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