MCPcopy Create free account
hub / github.com/exercism/python / add_student

Method add_student

exercises/practice/grade-school/grade_school.py:5–6  ·  view source on GitHub ↗
(self, name, grade)

Source from the content-addressed store, hash-verified

3 pass
4
5 def add_student(self, name, grade):
6 pass
7
8 def roster(self):
9 pass

Calls

no outgoing calls