我喜欢Python列表理解语法。 它也可以用来创build字典吗? 例如,通过遍历键和值对: mydict = {(k,v) for (k,v) in blah blah blah} # doesn't work