Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
copyPaste
/
multiLine
/
IndentIfElse.after.py
blob: dd6316ecff2322abda19c841a914bb686e86bfd9 [
file
] [
log
] [
blame
]
def
f
():
if
True
:
a
=
1
print
(
0.1
)
else
:
print
(
0.1
)