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