Python Guru needed

Arthur Pemberton pemboa at gmail.com
Wed Jan 7 23:23:53 UTC 2009


On Wed, Jan 7, 2009 at 5:22 PM, Matthew Flaschen
<matthew.flaschen at gatech.edu> wrote:
> 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)
> {
> }
>
> ?


while True: pass

-- 
Fedora 9 : sulphur is good for the skin
( www.pembo13.com )




More information about the fedora-list mailing list