Hello everyone.
What is the best literal delimiter in Python adn why? Single ' or double "? And most important, why?
I'm a begginer in Python and i'm trying to stick with just one. I know that in PHP, for example " is preferred, because PHP does not try to search for the 'string' variable. Is the same case in Python?