172k views
4 votes
Which of the following functions is not a built -in (library) function?

User Phlie
by
7.8k points

1 Answer

1 vote
There are two meanings of "built-in" here, although they both mean "part of the interpreter". The library reference uses it to indicate that a function is available without an import (it is "not part of a module", although see builtins).The interpreter itself uses it to indicate that a function is implemented natively rather than in Python
User Sadeq
by
7.8k points

No related questions found