Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
nestedComprehensions.py
blob: f7d036e5edd9d04a6654a293d8589e83667d0b3c [
file
] [
log
] [
blame
]
def
f
(
xs
,
ys
):
return
[[(
x
,
y
)
for
y
in
ys
]
for
x
in
xs
]