problem with exec
Steven D'Aprano
steve at REMOVE.THIS.cybersource.com.au
Sat Jul 21 20:41:27 EDT 2007
On Sat, 21 Jul 2007 16:31:38 -0400, Steve Holden wrote:
> I'm afraid I don't understand this question. If you are talking about
> the indentation of the code, if you don't want indentation you will have
> to use braces - { and } - to indicate the nesting structure of your program.
Oh my, teasing the n00bs like that is not nice. You know Python doesn't
uses braces, it uses BEGIN ... END blocks.
--
Steven.
More information about the Python-list
mailing list