On Sun, 22 Jul 2007 03:23:30 -0700, vedrandekovic wrote:
> Thanks for everything previously, but just to I ask about code
> indentation,this with { and } doesn't
> employed, here is my example how can I solve this about code
> indentation:
>
>>>> n=90
>>>> if n==90:
> {print "bok kjai ma'}
> File "<input>", line 2
> {print "bok kjai ma'}
> ^
> SyntaxError: invalid syntax
Steve Holden was playing silly games. You can't use { } for indentation.
You have to use indentation.
--
Steven.
--
http://mail.python.org/mailman/listinfo/python-list