mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 22:17:18 +01:00
5 lines
61 B
Python
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())
|