I have to read and write with f=open
etc
When using this my file path is:
f=open("N:\gcse_computing_my_name\component_2\neatest\Login.txt")(w)
using \N or \n in this file path breaks my code. I can't change the folder name and have to use that folder.
How would I get around this?