In article <877gxajit0....@dpt-info.u-strasbg.fr>,
 Alain Ketterlin <al...@dpt-info.u-strasbg.fr> wrote:

> Tuples are immutable, while lists are not.

If you really want to have fun, consider this classic paradox:

>>> [] is []
False
>>> id([]) == id([])
True
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to