python_proj_1.student_credits_list module

class python_proj_1.student_credits_list.StudentCreditsList(data=None)

Bases: collections.abc.MutableSequence

Manage for Student Credits List Student credit list inherited the Mutable Sequence have function add, delete, modify, etc.

append(val)

Append item into the list

insert(ii, val)

Do not use it

remove(ii)

remove item in the list

save(files)

Save a studentCreditsList class

sort(key=None, reverse=False)

Sort a studentCreditsList class

return:

List,