05 2021 档案
摘要:
阅读全文
摘要:实验5 类和模块 Task 5 Stuent.py 中模块实现 class StudentDoc: def __init__(self,num:int, name:str='Null', major:str='Unkown', grade:int=1) -> None: ''' 说明: * 创建一个
阅读全文
摘要:实验四 文件等的处理 任务六 with open('data6_1.txt','r',encoding='utf-8') as f: ls=sorted([line.replace('\n','').split('\t') for line in f.readlines()],key=lambda
阅读全文

浙公网安备 33010602011771号