blob: f7d036e5edd9d04a6654a293d8589e83667d0b3c [file] [log] [blame]
def f(xs, ys):
return [[(x, y) for y in ys] for x in xs]