Computer Science, asked by sambisani2435, 4 months ago

12. What is the need for import in python​

Answers

Answered by SingleGirlForever
1

\Huge\fbox{\color{blue}{Answer}}

Python modules can get access to code from another module by importing the file/function using import. The import statement is the most common way of invoking the import machinery, but it is not the only way. When import is used, it searches for the module initially in the local scope by calling __import__() function.

Answered by riyaatschool
1

Answer:

It is used to import a module so that we can further use its function in our project

Explanation:

please like and mark brainliest

Similar questions