a_string is pointing to the above string
now I change the value of a_string
a_string = "This string is different"
I understand that now a_string is pointing to a different string than it was before, in a different location.
my question is what happens to the original string?? Is it still in memory somewhere, nameless?
Thanks in advance,
Free 3D Marine Aquarium Screensaver
-- https://mail.python.org/mailman/listinfo/python-list
