Python中的好用语法2017-04-05 本文已影响5人 编码员LHF Python中的好用语法 a,b=b,a 列表推导 sorted() with as lambda map() enumerate() zip() filter() reduce()