Python Guru needed

Matthew Flaschen matthew.flaschen at gatech.edu
Wed Jan 7 23:22:06 UTC 2009


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




More information about the fedora-list mailing list