micropython: add micropython component
This commit is contained in:
5
components/language/micropython/tests/basics/set_iter.py
Normal file
5
components/language/micropython/tests/basics/set_iter.py
Normal file
@@ -0,0 +1,5 @@
|
||||
s = {1, 2, 3, 4}
|
||||
l = list(s)
|
||||
l.sort()
|
||||
print(l)
|
||||
|
Reference in New Issue
Block a user