Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
class
ExaggeratingKid(SchoolKid):
25
def
get_years(self):
26
return
self.years + 2
27
28
29
if
__name__ ==
"__main__"
:
Callers
1
q61.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected