Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
ChainedComparison5_after.py
blob: 7203062eaa15ed32facab0d556b08eecc6f1a876 [
file
] [
log
] [
blame
]
mapsize
=
35
def
test
(
x
,
y
):
if
0
<=
x
<
mapsize
and
0
<=
y
<
mapsize
:
return
1