mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
4 lines
103 B
Python
4 lines
103 B
Python
def somefunc():
|
|
xx, yy = 1, 1
|
|
gen_object = (xx for bar in lst1 for xx in bar)
|
|
print(xx, yy) |