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

5 lines
61 B
Python
Raw Normal View History

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