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
AnswerD.
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