0
python strings
i can't understand the diference between single quote strings and doble quote strings.
1 Réponse
+ 2
Because 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...