circuitpython/tests/basics/set_union.py

2 lines
22 B
Python
Raw Normal View History

2014-01-12 14:39:48 -05:00
print({1}.union({2}))