mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-25 14:48:52 -04:00
3 lines
48 B
Python
3 lines
48 B
Python
print(list(zip()))
|
|
print(list(zip([1], {2,3})))
|