Hi all,
I have placed an test.xml file in the folder where I kept my programme(.py file).
Now when I am going to access this file like
f=open("test.xm l","r")
It is giving the error "No such file or directory called test.xml"
Please help.
Thanks.
I have placed an test.xml file in the folder where I kept my programme(.py file).
Now when I am going to access this file like
f=open("test.xm l","r")
It is giving the error "No such file or directory called test.xml"
Please help.
Thanks.
Comment