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

5 wiersze
61 B
Python
Czysty Zwykły widok Historia

x = (a for a in l)
f(a for a in l)
f(a + b for a, b in f())