摘要:
文章来源:https://i.cnblogs.com/EditArticles.aspx?opt=1 python中的lamdba表达式可以这么理解 f=lambda x,y,z:x+y+z print(f(1,2,3)) # 6 [ or ] 可以理解为 同时调用多个方法: a=[1,2,3,4] 阅读全文
该文被密码保护。 阅读全文
摘要:
来源地址:https://blog.csdn.net/dss875914213/article/details/86500146 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple 阅读全文