I have a question about the id() function:
Can I say that: when an object is created whether you use the id function or not it will in the background "create" an id number, this reference's the location of this object. If you don't call the object to a name this id will get cleared away because of the garbage collector?