Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
intentions
/
PyStringConcatenationToFormatIntentionTest
/
augmentAssignment_after.py
blob: 905a1680001aa071df9c43ac30fcfc3cf36dee64 [
file
] [
log
] [
blame
]
header
=
"header"
value
=
"value"
result
+=
"%s : %s\n"
%
(
header
,
value
)