Ben Finney wrote:
That whole chapter of the tutorial talks about “variable” and “variable
assignment”, when IMO it should avoid those terms and use the clearer
terminology of “reference”, “name”, and “binding a name to a value”.

What about all the other things that can be assigned
to but aren't names? (List and dict elements, attributes,
etc.) What do you suggest calling them?

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to