[Tutor] KeyError: 'DEFAULT'

Lie Ryan lie.1296 at gmail.com
Fri Feb 20 05:39:52 CET 2009


On Thu, 19 Feb 2009 11:45:52 -0800, Marc Tompkins wrote:
> Don't use reserved words as variable names!  

<nitpick>
str, set is built-in function not reserved words. Reserved words are like 
if, for, from, as (see the whole list type keywords in help() )

Nevertheless, it is a bad idea to use built-in function names.
</nitpick>





More information about the Tutor mailing list