micropython: add micropython component
This commit is contained in:
6
components/language/micropython/tests/basics/fun3.py
Normal file
6
components/language/micropython/tests/basics/fun3.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# function with large number of arguments
|
||||
|
||||
def fun(a, b, c, d, e, f, g):
|
||||
return a + b + c * d + e * f * g
|
||||
|
||||
print(fun(1, 2, 3, 4, 5, 6, 7))
|
Reference in New Issue
Block a user