Python tips
Ignore escaping characters such as "\"
>>> print r""" This is '\myfolder\'""" >>> This is '\myfolder\'
For more see:
http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html#id1
Ignore escaping characters such as "\"
>>> print r""" This is '\myfolder\'""" >>> This is '\myfolder\'
For more see:
http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html#id1
Comments
Comments powered by Disqus