Sign in
android
/
platform
/
tools
/
idea
/
1aa2e09bdbd413eacb677e9fa4b50630530d0656
/
.
/
python
/
testData
/
refactoring
/
introduceVariable
/
substringAfterFormatTupleWithComma.after.py
blob: 04e73d6ee14b26292b717967a8c796aeaa9a31b2 [
file
] [
log
] [
blame
]
a
=
"World"
print
(
"%s: %s %s"
%
(
"Error"
,
"Hello"
,
a
))