Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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