> while done==False: Correction:
while not done: Better Python and not bad English, either. Marko -- https://mail.python.org/mailman/listinfo/python-list
> while done==False: Correction:
while not done: Better Python and not bad English, either. Marko -- https://mail.python.org/mailman/listinfo/python-list