mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
2 lines
60 B
Python
2 lines
60 B
Python
def f(xs, ys):
|
|
return [[(x, y) for y in ys] for x in xs] |