+ 2
Difference between quotes,
What is the difference between using Double and Single quotes?
6 Respostas
+ 3
in C and c++ (guess in C# too) a souble quote represents a string of characters whereas a single quote represents just a single character
+ 3
there is no difference in python
but I use double quotes because it's easier
+ 2
Isn't there difference in Python?
+ 2
Thanks.
+ 1
Paul Totally agree with you.
Certain languages like Pascal, don't make use of single quotes.
But most of the time, majority of the High level programming language, don't place importance on types of quotes.
Except of course C and C++