Vidyalelo
Python · Q4

Module in Python

Programming · Python · question 4

Q4

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
Answer
D.
It creates an alias for the import keyword

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board