micropython: add micropython component
This commit is contained in:
7
components/language/micropython/tests/basics/object1.py
Normal file
7
components/language/micropython/tests/basics/object1.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# test builtin object()
|
||||
|
||||
# creation
|
||||
object()
|
||||
|
||||
# printing
|
||||
print(repr(object())[:7])
|
Reference in New Issue
Block a user