"Georg Bauhaus" wrote in message news:mng47i$ctt$2@dont-email.me... > On 07.07.15 10:24, Björn Lundin wrote: >> On 2015-07-07 05:46, Nasser M. Abbasi wrote: >>>> when I have rewritten some code - >>>> or find that I did not declare a variable >>> >>> There are no variable declaration in Python. >> >> No not declaration in the Ada sense. >> But you do have to assign a variable before use, > > The argument (of no variable declarations) is also a tough > sell because of pylint. One could argue that if the use of a separate tool is needed to make the use of a language sensible, there's something wrong with the language design. (After all, why isn't that tool part of the compiler?) Randy.