Please like and subscribe this video for continuous updates
Full Playlist : • Py-Pie Python Tutorial
Facebook : / py-pie-python-for-beginners-113344127050954
Twitter: / shankar35425457
'''
init() and self keyword in python
'''
class Student:
def __init__(self, name):
self.name = name
def setName(self, name):
self.name = name
def getName(self):
return self.name
stu1 = Student("Harshal")
print(stu1.getName())
print(stu1.__dict__)
Nesta página do site você pode assistir ao vídeo on-line Python Tutorial For Beginners | init method and self keyword in python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário harshal mishra 21 Maio 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 50 vezes e gostou 1 espectadores. Boa visualização!