python bracket
Gabriel Genellina
gagsl-py at yahoo.com.ar
Sat Feb 3 04:04:20 EST 2007
En Sat, 03 Feb 2007 02:48:45 -0300, <fatwallet961 at yahoo.com> escribió:
> there is no bracket in python
>
> how can i know where a loop or a function ends?
You should read some introductory texts at least.
You can find the Python Tutorial inside your Python install, or you can
read it online at http://docs.python.org/tut/
The book Dive into Python is also available online at
http://www.diveintopython.org/
NB: Indentation is important in Python. A block ends when a less indented
line appears.
--
Gabriel Genellina
More information about the Python-list
mailing list