Python Basic Doubt
Roy Smith
roy at panix.com
Sat Aug 10 16:42:22 EDT 2013
More information about the Python-list mailing list
Sat Aug 10 16:42:22 EDT 2013
- Previous message (by thread): The meaning of "doubt", was Re: Python Basic Doubt
- Next message (by thread): Python Basic Doubt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <mailman.439.1376166663.1251.python-list at python.org>, Dennis Lee Bieber <wlfraed at 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.
- Previous message (by thread): The meaning of "doubt", was Re: Python Basic Doubt
- Next message (by thread): Python Basic Doubt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list