2019年3月21日

摘要: from PIL import Image, ImageFont, ImageDraw, ImageFilterfrom random import choice, randint# 随即配置颜色def rand_color(): return (randint(128, 255), randint 阅读全文
posted @ 2019-03-21 20:28 沉默的小羊羔 阅读(693) 评论(0) 推荐(0) 编辑
摘要: 第一种import itertoolslt = [4, 40, 45, 6, 9, 3, 5, 2, 8]lt2 = map(str, lt)it = itertools.permutations(lt2,len(lt))# for i in it: # print(i)m = map(lambda 阅读全文
posted @ 2019-03-21 17:15 沉默的小羊羔 阅读(258) 评论(0) 推荐(0) 编辑

导航