mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
4 lines
108 B
Python
4 lines
108 B
Python
def somefunc():
|
|
xx, yy = 1, 1
|
|
gen_object = (xx for y<caret>y in lst1 for xx in yy)
|
|
print(xx, yy) |