Files
Core2forAWS-MicroPython/tests/bytecode/mp-tests/lambda1.py
T

3 lines
34 B
Python

f = lambda: 0
f = lambda x: 1 + x