mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Move tests in basic/tests/ up one level preparating to multiple test dirs.
This commit is contained in:
4
tests/basics/lambda1.py
Normal file
4
tests/basics/lambda1.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# lambda
|
||||
|
||||
f = lambda x, y: x + 3 * y
|
||||
print(f(3, 5))
|
||||
Reference in New Issue
Block a user