+ 1
what difference between using " " and using' '
what difference between using " " and using' '
2 Respostas
+ 3
There is no difference (IN PYTHON). It is more convenient to use double quotes when you want to use single quotes inside the text and vice versa. so you do not have to use \ "or \ '
0
Thx