the property of python which says that the value of list can be modified is ?
Answers
Answered by
1
Answer:
consider the following python Script which defines the person class as having the getter and setter methods.
Explanation:
Example: person.py
class person:
def_init_(self, name=name=guest
self._name=name
def Selfname (self,name)
self _name=name.
def getname (self):
return self,_name
Similar questions
Science,
2 months ago
Social Sciences,
5 months ago
English,
5 months ago
English,
11 months ago
Math,
11 months ago