Forum
>>
Principianti
>>
nameerror
Pagina: 1
Esegui il login per scrivere una risposta.
Pagina: 1
Scritto da bracco |
2017-01-07 15:29:38 - nameerror
|
nameerror name "parola" is not difined
mi è uscito quando faccio print parola parola è una lista, che vuol dire? |
|
Scritto da ㎝ |
2017-01-07 16:38:35 - Re: nameerror
|
che parola non è una lista. ci mostri il codice, o un esempio minimo che riproduca il problema?
㎝ 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 bracco |
2017-01-07 18:22:44 - Re: nameerror
|
intro = ["ciao","io","quello"] parola = ["intro","qui","andiamo","tre"] |
|
Scritto da ㎝ |
2017-01-07 18:30:08 - Re: nameerror
|
Strano. Mi faresti uno screenshot dell'errore di idle?
㎝ 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 Daniele aka Palmux |
2017-01-07 23:33:48 - Re: nameerror
|
Confermo lo strano...
--- Ultima modifica di Daniele aka Palmux in data 2017-01-07 23:34:43 --- |
|
Scritto da bracco |
2017-01-08 09:47:32 - Re: nameerror
|
|
|
Scritto da bracco |
2017-01-08 18:52:49 - Re: nameerror
|
se faccio print intro tutto bene, se invece faccio print parola allora errore, ma se invece nell idle scrivo solo la lista parola allora tutto ok, in pratica questo errore me lo da con ogni seconda lista, e non è il solo errore anche se faccio dei programmi per copiare testi da un file ad un altro tutto bene, ma se questo programma lo implemento in altri programmi allora non mi da il risultato
|
|
Scritto da Daniele aka Palmux |
2017-01-08 21:02:06 - Re: nameerror
|
Ciao caro, dai un'occhiata a queste risorse web, spiegano esattamente il tuo problema:
http://bugs.python.org/issue3559 http://stackoverflow.com/questions/1615379/pasting-multiple-lines-into-idle Se poi avessi messo le liste così come nel mio esempio, cioè per ogni >>> una lista, non avresti incontrato problemi del genere. Cya |
|
Scritto da bracco |
2017-01-09 16:26:18 - Re: nameerror
|
|
Pagina: 1
Esegui il login per scrivere una risposta.