Q. Which of the following is a valid way to import a module?
β
Correct Answer: (C)
import math
Explanation: `import` is the correct keyword to include a module in Python.