Examveda
Examveda

What does the as keyword do when used with the import statement?

A. It renames the imported module or object

B. It imports a module as a string

C. It imports all modules in the current directory

D. It creates an alias for the import keyword

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python