In article <mailman.439.1376166663.1251.python-l...@python.org>,
 Dennis Lee Bieber <wlfr...@ix.netcom.com> wrote:

> Because id(n) is not giving you the address of the NAME. It is giving
> you the address of the "10"

Actually, it is giving you the id of the int(10) object.  Maybe it's an 
address, maybe it's not.  Only your implementation knows for sure.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to