Trying to get familiar with python\'s standard library and doing some mucking around with it on my Windows machine. Using python 2.7 I have the following little script whic
If you are giving a path url just add r before it :
(r'E:\Images\1.png')