file=open(words.txt)
print(file)
Please Ive been trying to use the open() function to open a txt file in python, but it keeps telling me that there is no such file or directory, where should I put the file for me to be able to import it.
HINT:
I use pyscripter, but it's the portable version, the program i run is in the portable python folder then their is an App folder there.
Thanks in Advance