摘要: #存储学生信息 class Student(object): def __init__(self,name="",school="",grade=""): if not name: name=raw_input("What is the student's name?") if not school 阅读全文
posted @ 2017-08-01 18:13 远星的静谧 阅读(932) 评论(0) 推荐(0)
摘要: def main(): lesson=['[student2]','[student3]','[student4]','[student5]'] print"Welcome to the student checker!" while 1==1: student=raw_input("Please 阅读全文
posted @ 2017-08-01 16:40 远星的静谧 阅读(118) 评论(0) 推荐(0)