Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
intentions
/
beforeNegateComparison.py
blob: f423358c334be8d6c7c462dbc87d4260ebbe6a23 [
file
] [
log
] [
blame
]
if
b
>
3
and
not
(
a
<=
<
caret
>
b
):
pass