what are the builtin attributes of python interpreter
When I started to code in python , I was thinking how can I get a list of builtin attributes ( ex: len) of python interpreter . Looking into documentation does not seems to me a good method . I would like to have it from python interpreter. I got the result in following way. …