摘要: #!/usr/bin/env python#manage the grade of studentdef init(date): date=[[],[],[],[],[]] return datedef store(date): ID=raw_input('Please your ... 阅读全文