摘要:
from math import sqrt from PIL import Image, ImageDraw import random def readfile(filename): with open(filename) as f: lines = [line for line in f] colnames = lines[0].strip().split('\t')[1:] ... 阅读全文
摘要:
作为个人记录之用,主要是将代码及其注释贴出来。 阅读全文