Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
highlighting
/
stringMixedSeparatorsOK.py
blob: 28f87e772995ef5fbac4b73a1d29118a541a0a95 [
file
] [
log
] [
blame
]
print
"Hello"
\
'World'
print
'Hello "World" '
"""Foo "bar """
'''Here the ' is just another character'''