A. import
B. include
C. both (A) and (B) (A)और (B)दोनों
D. none of the above उपरोक्त में से कोई नहीं
In Python, to use a module in another module, you must import it using the import statement. The import statement allows you to bring in functionalities defined in one module into another so that you can use them.