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