index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
/
lambda1.py
blob: 06111d6a93fdb5aec42009c43f7957cc475ef140 (
plain
)
1
2
3
4
# lambda f = lambda x, y: x + 3 * y print(f(3, 5))