Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
mover
/
nestedBlock.py
blob: af6006847e81d83c2150fcaa509d70faf9dcf299 [
file
] [
log
] [
blame
]
def
test
(
a
,
b
=
1
):
if
a
:
print
(
a
)
else
:
for
n
in
range
(
10
):
<
caret
>
print
(
b
)