On 22Jan2020 09:15, Cameron Simpson <c...@cskk.id.au> wrote:
It doesn't say anything about the contents of the internal objects:

  >>> mytup = (1, [2, 3], (4, 5))
[...]
  >>> mytupl[1] = [7, 8]
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
  NameError: name 'mytupl' is not defined

Please ignore that snippet, typing error.

Sorry,
Cameron Simpson <c...@cskk.id.au>
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to