Exemplo n.º 1
0
from c1 import Student

student = Student('afs', 2)
student.print_file()
student.do_homework()
Exemplo n.º 2
0
from c1 import Student

student1 = Student('zhang',23)
student1.do_homework()