kopia lustrzana https://github.com/micropython/micropython
4 wiersze
49 B
Python
4 wiersze
49 B
Python
|
s = {1, 2, 3, 4}
|
||
|
print(s.clear())
|
||
|
print(list(s))
|