micropython: add micropython component
This commit is contained in:
5
components/language/micropython/tests/basics/fun1.py
Normal file
5
components/language/micropython/tests/basics/fun1.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# calling a function
|
||||
|
||||
def f():
|
||||
print(1)
|
||||
f()
|
Reference in New Issue
Block a user