I meant it prints 4, which means the value of test is modified by the access to the dict
> test=5 > __IPYTHON__.user_ns['test']=4 > print test #prints 4 > -- http://mail.python.org/mailman/listinfo/python-list
I meant it prints 4, which means the value of test is modified by the access to the dict
> test=5 > __IPYTHON__.user_ns['test']=4 > print test #prints 4 > -- http://mail.python.org/mailman/listinfo/python-list