Forum
>>
Principianti
>>
TypeError: Dog() takes no arguments
Pagina: 1
Esegui il login per scrivere una risposta.
Pagina: 1
Scritto da ANGOO |
2021-04-28 21:29:58 - TypeError: Dog() takes no arguments
|
Buonasera! Ancora una volta provo a eseguire un codice copiato dal manuale ma mi genera errore...
Mi spieghereste per favore cosa devo modificare? class Dog: scientific_name='Canis lupus familiaris' def __ini__(self, name): self.name=name def print_name(self): print(self.name) rex = Dog('Rex') fido = Dog('Fido') rex.name fido.name Dog.scientific_name rex.scientific_name fido.scientific_name rex.print_name() |
|
Scritto da ㎝ |
2021-04-28 23:05:53 - Re: TypeError: Dog() takes no arguments
|
manca una t.
THE 🍺-WARE LICENSE (Revision ㊷):
<㎝🐌🐍.🇮🇹> wrote this post. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a 🍺 in return. -- ㎝ |
|
Scritto da ANGOO |
2021-04-29 00:08:53 - Re: TypeError: Dog() takes no arguments
|
Mm..scusa non ti seguo..
|
|
Scritto da Daniele aka Palmux |
2021-04-29 00:11:16 - Re: TypeError: Dog() takes no arguments
|
Intende che devi scrivere __init__ e non __ini__ come hai fatto tu.
Cya |
|
Scritto da ANGOO |
2021-04-29 00:25:48 - Re: TypeError: Dog() takes no arguments
|
Assurdo!! T_T
Grazie a entrambi |
Pagina: 1
Esegui il login per scrivere una risposta.