How can we import a module in Python?
no spam ❌ ,:-\. give answer if you know only
Answers
Answered by
1
Answer:
Import in python is similar to include header file in C/C++. Python modules can get access to códe from another module by importing the file/function using import. The import statement is the most common way of iñvoking the import machinery, but it is not the only way.
Similar questions