j
k
j a
j l
From: "Steve Holden" <sholden@holdenweb.com>
But is it really common enough to merit special-casing what can anyway be spelt very simply: adict = {} for k in asequence: dict[k] = sentinel ?
But is it really common enough to merit special-casing what can anyway be spelt very simply:
adict = {} for k in asequence: dict[k] = sentinel
?
Yep. -Dave
Back to the thread
Back to the list