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

Method get_name

newcodes/answers/q61.py:9–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7 self.years = years
8
9 def get_name(self):
10 return self.name
11
12 def get_years(self):
13 return self.years

Callers 1

q61.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected