0

What is the difference between single and double quoted strings?

13th Jan 2017, 6:00 AM
rukon
rukon - avatar
3 Respostas
+ 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...
13th Jan 2017, 6:38 AM
visph
visph - avatar
- 1
\\
13th Jan 2017, 10:39 AM
vincent siphiwe zondi 9311066098080
vincent siphiwe zondi  9311066098080 - avatar
- 1
\n
13th Jan 2017, 10:40 AM
vincent siphiwe zondi 9311066098080
vincent siphiwe zondi  9311066098080 - avatar