Sign in
android
/
platform
/
tools
/
idea
/
1aa2e09bdbd413eacb677e9fa4b50630530d0656
/
.
/
python
/
testData
/
refactoring
/
introduceVariable
/
substringContainsEscapes.after.py
blob: b882c8770bc14922c6e35247f08e1d39c5a8843c [
file
] [
log
] [
blame
]
a
=
u
"lo \u00d6sterreich\\!\n"
print
(
u
"Hel%s\n"
%
a
)