Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/qiwsir/StarterLearningPython
/ change_years
Method
change_years
newcodes/answers/q61.py:19–21 ·
view source on GitHub ↗
(self, new_years)
Source
from the content-addressed store, hash-verified
17
return
self.name
18
19
def
change_years(self, new_years):
20
self.years = new_years
21
return
self.years
22
23
24
class
ExaggeratingKid(SchoolKid):
Callers
1
q61.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected