>       while done==False:

Correction:

   while not done:

Better Python and not bad English, either.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to