mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 20:45:35 -04:00
4 lines
49 B
Python
4 lines
49 B
Python
s = {1, 2, 3, 4}
|
|
print(s.clear())
|
|
print(list(s))
|