Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
copyPaste
/
multiLine
/
IndentIfElse.src.py
blob: 2cdf63ce0199d9d4f93b95c0b8436014b1d36442 [
file
] [
log
] [
blame
]
def
f
():
if
False
:
<
selection
>
print
(
0.1
)
else
:
print
(
0.1
)
</
selection
>