python strings | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

python strings

i can't understand the diference between single quote strings and doble quote strings.

10th Jan 2017, 5:31 PM
caduromar
caduromar - avatar
1 ответ
+ 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...
10th Jan 2017, 7:12 PM
visph
visph - avatar