Sign in
android
/
platform
/
tools
/
idea
/
1aa2e09bdbd413eacb677e9fa4b50630530d0656
/
.
/
python
/
testData
/
refactoring
/
introduceVariable
/
rightSubstring.after.py
blob: 13d798896fef27460072c45f962e2c61836ec1a3 [
file
] [
log
] [
blame
]
a
=
"world"
print
(
"hello "
+
a
+
suffix
)