MCPcopy
hub / github.com/qiwsir/StarterLearningPython / ExaggeratingKid

Class ExaggeratingKid

newcodes/answers/q61.py:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class ExaggeratingKid(SchoolKid):
25 def get_years(self):
26 return self.years + 2
27
28
29if __name__ == "__main__":

Callers 1

q61.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected