Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
mover
/
nestedBlock_afterDown.py
blob: 031fab47c9dda6b1d02ff812b9b376c4e7801bfd [
file
] [
log
] [
blame
]
def
test
(
a
,
b
=
1
):
if
a
:
print
(
a
)
else
:
for
n
in
range
(
10
):
pass
print
(
b
)