micropython: add micropython component
This commit is contained in:
3
components/language/micropython/tests/basics/dict_get.py
Normal file
3
components/language/micropython/tests/basics/dict_get.py
Normal file
@@ -0,0 +1,3 @@
|
||||
for d in {}, {42:2}:
|
||||
print(d.get(42))
|
||||
print(d.get(42,2))
|
Reference in New Issue
Block a user