Michael Sparks  <[EMAIL PROTECTED]> wrote:
>def bar():
>    global x
>    x[0] += " another"
>    print id(x[0])

... and for bonus marks, explain why the "global x" in this function
is not required.

-- 
\S -- [EMAIL PROTECTED] -- http://www.chaos.org.uk/~sion/
   "Frankly I have no feelings towards penguins one way or the other"
        -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to