Question
In Python is it bad to create an attribute called 'id'?
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?
45 7729
45