python-廖雪峰,map/reduce学习笔记
摘要:
# _*_ coding:utf-8 _*_from functools import reduce def str2int(s): digits = {'0': 0, '1': 1, '2': 2, '3': 3, '4': 4, '5': 5, '6': 6, '7': 7, '8': 8, ' 阅读全文
posted @ 2017-12-21 19:27 永恒自由森林 阅读(600) 评论(0) 推荐(0) 编辑