Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stormholder

    Problem with File I/O

    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 +...

Part and Inventory Search

Back
Top