As I understand it, when creating a variable, we are creating an object, and the name of the variable refers to it.
If I do:
a = 2
a = "Hola"
The garbage collector is responsible for deleting object 2, since it does not need it and no ot...
asked by
20.02.2017 / 13:23