Before using a module in Python, you have to import the module. This is done using the import
statement at the beginning of your script or code. Once the module is imported, you can access its functions, classes, and variables.
So, the correct answer is:
You have to import the module.