Computer Science, asked by umamaheswari0819, 5 months ago

the property of python which says that the value of list can be modified is ?​

Answers

Answered by angelmarie03251999
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