您的当前位置:首页正文

Python中的好用语法

来源:要发发知识网

Python中的好用语法

a,b=b,a

列表推导

sorted()

with as

lambda

map()

enumerate()

zip()

filter()

reduce()