I am having trouble breaking the path into two lines in my python compiler. It is simply a long path on the compiler screen and i have to stretch the window too wide. I know how to break a print("string") into two lines of code that will compile correctly, but not an open(path). As I write this I notice the text box can not even hold it all on one line. print()
`raw_StringFile = open(r'C:\Users\Public\Documents\year 2013\testfiles\test code\rawstringfiles.txt', 'a')`