Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
intentions
/
afterJoinIf.py
blob: 91bf4784ca2e5b3d84ba19273dc9399e55418210 [
file
] [
log
] [
blame
]
def
foo
():
if
a
+
2
>
3
and
b
<
4
:
a
=
a
and
b
b
=
4