list vs tuple

Ben Hutchings ben.hutchings at roundpoint.com
Sun Apr 1 21:57:36 EDT 2001


Carl Banks <idot at vt.edu> writes:
<snip>
> I remember seeing a language that had different operators for
> reference and copy assignment, but I forget what is was.
<snip>

VB has separate keywords for those, Set and Let; if neither is used it
defaults to copy assignment.  In most places only one of those is
valid so it's not a real choice.

-- 
Any opinions expressed are my own and not necessarily those of Roundpoint.



More information about the Python-list mailing list