摘要: import student u1 = student.self('111','jake','生态','92') u1.change_point(100) u1.info() u2 = student.self('222','det','生态','95') u2.info() class Stude 阅读全文
posted @ 2021-05-31 15:04 yyyl 阅读(56) 评论(1) 推荐(0)