python code with indention

John Roth newsgroups at jhrothjr.com
Tue Feb 8 11:25:31 EST 2005


"Xah Lee" <xah at xahlee.org> wrote in message 
news:1107805151.265680.165380 at o13g2000cwo.googlegroups.com...
> is it possible to write python code without any indentation?
>
> Xah

Depends on what you mean by "python code."
If you mean using the full facilities of the language,
then the answer is clearly no - indentation is not
optional.

You can, of course, write a silly little inline script without
any control structures that will all line up at the left
margain. So what?

John Roth

> xah at xahlee.org
> http://xahlee.org/PageTwo_dir/more.html
> 




More information about the Python-list mailing list