Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
mover
/
moveStatement_afterUp.py
blob: 104a69de02e1aeb915b68974334d9b8d9c78af31 [
file
] [
log
] [
blame
]
class
A
:
def
f
(
self
,
a
,
b
):
while
a
:
a
=
a
/
2
if
a
:
b
=
1
elif
b
:
a
=
1
else
:
print
"a"
for
i
in
range
(
1
,
10
):
print
i