On 10/11/2015 9:15 PM, Fast Primes wrote:

If so, could someone present an example?

<untested>
target = open(target,'wb')
for source in mediafilelist:
    target.write(open(source,'rb').read())

But you probably want something different anyway.

Emile



_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to