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

5 lines
61 B
Python

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