stan wrote:
> In Python indentation matters.  And it needs to be consistent within a
> block.  The python interpreter is telling you that you should have
> started an indented block at the while but there is no indented block. 

Incidentally, doesn't this also mean it's impossible to do the
equivalent of:

while(true)
{
}

?

Matt Flaschen

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to