python bracket

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fatwallet961@yahoo.com

    #1

    python bracket

    there is no bracket in python

    how can i know where a loop or a function ends?

  • Paddy

    #2
    Re: python bracket

    On Feb 3, 5:48 am, fatwallet...@ya hoo.com wrote:
    there is no bracket in python
    >
    how can i know where a loop or a function ends?
    Hi fatwallet,
    Please, please, please, peruse the following:

    There is lots in their to get you started and up-and-running in Python
    in a much quicker time than posting very elementary questions to a
    newsgroup. (Although we value your interest).

    Welcome to Python by the way.

    - Paddy.

    Comment

    • Gabriel Genellina

      #3
      Re: python bracket

      En Sat, 03 Feb 2007 02:48:45 -0300, <fatwallet961@y ahoo.comescribi รณ:
      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
      Explore the power of Python in the 2026: see our free tutorials and obtain the "Dive into Python" book by Mark Pilgrim in PDF and Kindle version.


      NB: Indentation is important in Python. A block ends when a less indented
      line appears.

      --
      Gabriel Genellina

      Comment

      Working...