摘要: 各种类型的算法 import copy# def num():# return [lambda x, i=i: x*i for i in range(4)]# print([m(2) for m in num()])# M(2)是取值得2倍 这个问题涉及到了Python的闭包及延时绑定的知识(Pyt 阅读全文
posted @ 2020-07-06 12:03 小河逆袭变大海 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 各种方法见https://www.runoob.com/python/python-lists.html 1,str的使用方法 7个必须要背会的方法: join 可以拼接多个字符串 split 以某个值进行分割 find 查看某个值在字符串中的位置 strip 去除字符之外两边的空格 upper 全 阅读全文
posted @ 2020-07-06 11:56 小河逆袭变大海 阅读(217) 评论(0) 推荐(0) 编辑