I am in the throes of learning to program in Python. I have very nearly completed a profile to capture the RSS feed of my local newspaper. I am having a problem returning the print versions of the feeds. I know that there is a corresponding print format for each article.
Each article has the format:
http://www.nwaonline.net/articles/20...boozmanxna.txt
The corresponding article has the format:
http://www.nwaonline.net/articles/20...boozmanxna.prt
eg I need only to replace the extension .txt with the extension .prt.
But try as I may I just can't seem to do it. Clearly I have a blind spot. Can anyone please help