You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> import builtins
>>> builtins.id
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: "'module' has no attribute 'id'"
>>>
>>> builtins.dir
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: "'module' has no attribute 'dir'"
vars