Subash Chandran posted: " #definition of the class starts here class Person: #defining constructor def __init__(self, personName, personAge): self.name = personName self.age = personAge #defining class methods def showName(self)"
|
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.