+ 1
What is the difference between single quotes and double quotes?
4 odpowiedzi
+ 4
Well, you can actually use either of them. Generally, a single quote is used for character(char) whereas
double quotes for string or word.
But you can use single quotes for a string too.
+ 2
From Python perspective, there is no difference at all
+ 1
yes, you can use any as per your ease .
0
klk