[Tutor] Script to search in string of values from file A in file B

Mark Lawrence breamoreboy at yahoo.co.uk
Wed May 9 18:36:46 CEST 2012


On 09/05/2012 15:00, Afonso Duarte wrote:

> object = open(B.txt', 'r')
>

You'll already received some sound advice, so I'd just like to point out 
that your object will override the built-in object, apologies if 
somebody has already said this and I've missed it.

>
> Afonso
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor


-- 
Cheers.

Mark Lawrence.



More information about the Tutor mailing list