About quote | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

About quote

why we are using single quote instead of double quote?

3rd Jun 2017, 9:13 AM
darwin
2 Réponses
+ 18
You can use whichever you want... print("hello") print('hello') Both give same output... Things become messy for print('They're').. See the problem..?? Instead you can use print("They're") As such there is no confusion in beginning and ending
3rd Jun 2017, 10:15 AM
Frost
Frost - avatar
+ 1
thank you
3rd Jun 2017, 11:48 AM
darwin