摘要: 小记python map reduce简单实现字符串转浮点型数据 python 版本:3.9.0 #!/usr/bin/python3 # -*- coding: utf-8 -*- from functools import reduce DIGITS = {'0': 0, '1': 1, '2' 阅读全文
posted @ 2020-10-19 16:12 生尘一 阅读(40) 评论(0) 推荐(0) 编辑