摘要: 目录: 1. 找到字符串中的所有数字(python find digits in string) 2. python 生成连续的浮点数(如 0.1, 0.2, 0.3, 0.4, ... , 0.9)(python range() for floats) 3. 判断两个矩形重叠程度 (python 阅读全文
posted @ 2019-11-21 14:20 ttweixiao9999 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 目录: 1. python 相加字典所有的键值 (python sum all values in dictionary) 2. python 两个列表分别组成字典的键和值 (python two list serve as key and value for dictionary) 3. pyth 阅读全文
posted @ 2019-11-21 14:16 ttweixiao9999 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 目录: 1. 嵌套列表对应位置元素相加 (add the corresponding elements of nested list) 2. 多个列表对应位置相加(add the corresponding elements of several lists) 3. 列表中嵌套元组对应位置相加 (p 阅读全文
posted @ 2019-11-21 14:12 ttweixiao9999 阅读(581) 评论(0) 推荐(0) 编辑