0
What is the difference between single and double quoted strings?
3 Respuestas
+ 2
There is no difference between single and double quote in Python ^^
You can also delimite multi-lines string with matching groups of triple single or double quote ( usually named 'triple quote' ), as well as you can use them for inline documentation of your code...
- 1
\\
- 1
\n