Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
mover
/
nestedBlock.py
blob: 77ca3c158fc4a3e376de0252d67258558736a939 [
file
] [
log
] [
blame
]
def
test
(
a
,
b
=
1
):
if
a
:
print
(
a
)
else
:
for
n
in
range
(
10
):
<
caret
>
print
(
b
)