In which order Python looks for the function/module names used by you?

The order in which python looks for the function/module names used by you are-

  1. First it searches for built in version
  2. If not found built in version, than searches for file in info.py under the directory of python installation.
error: Content is protected !!