Hey all,
I think I'm having a pretty basic problem - just started using python today. The code reads as follows:
f=open("sortjuly.txt","r")
for line in f:
line_txt = line
page_txt = open(line_txt,"r").read()
text = open(page_txt,"r").read()
print(page_txt +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.