Ethan Furman wrote:
Larry Hudson wrote:
On 06/08/2011 01:09 PM, Cathy James wrote:
Dog Breed: "))
     while not dogs:
         print("Goodbye!!")
         sys.exit()
     else:

else does not belong with while.

else works just fine with while; it is the path taken when the while is exhausted, but not broken out of:

It works with 'for' as well.

~Ethan~
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to