摘要: 1、穷举迭代 1 #coding:utf8 2 from __future__ import division 3 import itertools 4 5 def dian(a,b,c,d): 6 num_list = [str(a),str(b),str(c),str(d)] 7 all = [ 阅读全文
posted @ 2018-06-04 15:25 隔壁古二蛋 阅读(297) 评论(0) 推荐(0) 编辑