Planning a Python Course for Beginners

Steve D'Aprano steve+python at pearwood.info
Wed Aug 9 08:59:35 EDT 2017


On Wed, 9 Aug 2017 08:38 pm, Marko Rauhamaa wrote:

> sometimes you really would like an immutable
> (or rather, no-longer-mutable) list to act as a key.


There's a word for frozen list: "tuple".

:-)


-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.




More information about the Python-list mailing list