micropython/tests/bytecode/mp-tests/lambda1.py

3 wiersze
34 B
Python
Czysty Zwykły widok Historia

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