Re: indentation in python

2007-01-15 Thread Wolfgang Grafen
Dan Bishop wrote: > On Jan 13, 8:49 pm, "lee" <[EMAIL PROTECTED]> wrote: >> Can anyone tell me the basics about indentation in python..how we >> use it in loops and constructs..etc > > It's just like indentation in other languages, except that it's > syntactically required. > The indent r

Re: indentation in python

2007-01-13 Thread Dan Bishop
On Jan 13, 8:49 pm, "lee" <[EMAIL PROTECTED]> wrote: > Can anyone tell me the basics about indentation in python..how we > use it in loops and constructs..etc It's just like indentation in other languages, except that it's syntactically required. -- http://mail.python.org/mailman/listinf

Re: indentation in python

2007-01-13 Thread BartlebyScrivener
lee wrote: > Can anyone tell me the basics about indentation in python..how we > use it in loops and constructs..etc http://docs.python.org/tut/node5.html#SECTION00520 -- http://mail.python.org/mailman/listinfo/python-list