VanL wrote: > {{}} (or set()) # empty mutable set > {{1,2,3}} # set literal {{ }} is ambiguous, hard to read and only one to three characters shorter than set() / set({}). -1 from me Christian