En Sat, 03 Feb 2007 02:48:45 -0300, <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to