In <[email protected]> fl
<[email protected]> writes:
> Please tell me because I have looked it around for one hour about it.
There is no difference between ' and " when used to enclose strings, with
one exception: a double-quoted string can contain single-quotes without the
need to escape them with a backslash, and vice-versa.
For example:
string2 = "It's a beautiful day in the neighboorhood."
string1 = 'He said to me, "Hello Thomas."'
--
John Gordon Imagine what it must be like for a real medical doctor to
[email protected] watch 'House', or a real serial killer to watch 'Dexter'.
--
https://mail.python.org/mailman/listinfo/python-list