摘要: # _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/6/15 16:09"from random import choice,randintimport matplotlib.pyplot as pltclass PersonMovement(): def __init__(self,walk_nums = 10): ... 阅读全文
posted @ 2018-06-15 17:13 五等码农 阅读(3283) 评论(0) 推荐(0) 编辑