摘要: 作业信息 这个作业属于哪个课程 https://edu.cnblogs.com/campus/besti/2020-2021-1fois/homework/11249| 这个作业要求在哪里 https://www.cnblogs.com/rocedu/p/9577842.html#WEEK05| 这 阅读全文
posted @ 2020-12-13 21:52 20201319吴向林 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1:源代码 from transitions import Machine 定义一个自己的类 class Matter(object): pass model = Matter() 状态定义 states=['New','Ready','Waiting','Running','Terminated' 阅读全文
posted @ 2020-12-13 00:47 20201319吴向林 阅读(94) 评论(0) 推荐(0) 编辑