Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
mover
/
moveStatement.py
blob: ce6d5a1fe7f4bc89727c9d213a2e1f90d8acb512 [
file
] [
log
] [
blame
]
class
A
:
def
f
(
self
,
a
,
b
):
while
a
:
a
=
a
/
2
if
a
:
b
=
1
elif
<
caret
>
b
:
a
=
1
else
:
print
"a"
for
i
in
range
(
1
,
10
):
print
i