Is `id` a keyword in python?

Viewed 30222

My editor (TextMate) shows id in another colour (when used as variable name) than my usual variable names. Is it a keyword? I don't want to shade any keyword...

4 Answers
Related