Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
python
/
testData
/
mover
/
nestedBlock.py
blob: 77ca3c158fc4a3e376de0252d67258558736a939 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
def
test
(
a
,
b
=
1
):
2
if
a
:
3
print
(
a
)
4
else
:
5
for
n
in
range
(
10
):
6
Tor Norbye
814f829
2014-03-06 17:27:18 -0800
[
diff
] [
blame^
]
7
<
caret
>
print
(
b
)