man wrote:
>
> On Fri, Mar 6, 2015 at 2:55 PM, Jason Venneri wrote:
>> Hello, I'm using the urllib.urlretrieve command to retrieve a couple of
>> lines of data. I want to combine the two results into one file not two.
>>
>> Any suggestions?
>
Hello, I'm using the urllib.urlretrieve command to retrieve a couple of lines
of data. I want to combine the two results into one file not two.
Any suggestions?
Sample
urllib.urlretrieve('http://www.airplanes.com/data/boeing1.html','B747A.txt')
urllib.urlretrieve('http://www.airplanes.com/dat