05 2021 档案

摘要:class StudentDoc: def __init__(self, number, name, subject, python): self.number = number self.name = name self.subject = subject self.python = python 阅读全文
posted @ 2021-05-27 12:55 张传诚 阅读(54) 评论(1) 推荐(0)
摘要:with open('data6_1.txt', 'r', encoding = 'utf-8') as f: data = f.read().split('\n') content = [str(i).split('\t') for i in data] n = lambda content: c 阅读全文
posted @ 2021-05-17 23:42 张传诚 阅读(51) 评论(0) 推荐(0)