f = open('Test.txt','r')
for line in f:
print(line,end=' ')
Which reads and displays my txt file but i can't seem to run any regexs on it. Please help.
This post has been edited by JackOfAllTrades: 01 December 2010 - 09:35 AM
Reason for edit:: Added code tags

New Topic/Question
Reply
MultiQuote









|