Q. Which of the following is used to import a module in Python?
β
Correct Answer: (B)
import
Explanation: `import` is used to bring in external modules.