| This list is very inaccurate. The symbols such as * and + are not even words, and self, __init__, range, __builtins__, and dir are not keywords. You are missing lots that have been in the language for a long time, like del, try and elif. A complete list for the latest Python 3 is at http://docs.python.org/py3k/reference/lexical_analysis.html#keywords. |