Michele Petrazzo wrote: > >> key in dict > > > > new syntax (2.3 and later). > > So, following it, it can be used for the operations like len? what's "it" in this sentence? > len(dict) -> len(dict.keys()) ? len(dict.keys()) is a lousy way to spell len(dict). </F>