摘要: 作业信息 这个作业属于哪个课程 <(https://edu.cnblogs.com/campus/besti/2020-2021-1fois)> 这个作业要求在哪里 https://www.cnblogs.com/rocedu/p/9577842.html#WEEK11 这个作业的目标 < 计算机科 阅读全文
posted @ 2020-12-13 20:51 20201208史逸霏 阅读(80) 评论(0) 推荐(0) 编辑
摘要: a = 'NEW'print(a)def Admitted(x): global a if x == 'NEW': a = 'READY' print(a)def Dispatch(x): global a if x == 'READY': a == 'RUNNING' print(a)def In 阅读全文
posted @ 2020-12-13 20:14 20201208史逸霏 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 代码: import tkinter as tk class jsj: def __init__(self): self.root = tk.Tk() self.root.title('简易计算器') self.mylist = [] self.result = tk.StringVar() sel 阅读全文
posted @ 2020-12-13 20:00 20201208史逸霏 阅读(34) 评论(0) 推荐(0) 编辑