您的当前位置:首页正文

Python中的好用语法

来源:花图问答

Python中的好用语法

a,b=b,a

列表推导

sorted()

with as

lambda

map()

enumerate()

zip()

filter()

reduce()