In Python is it bad to create an attribute called 'id'?

Viewed 5992

I know that there's a function called id so I wouldn't create a function or a variable called id, but what about an attribute on an object?

3 Answers
Related