Quiz Yourself on importlib Module

Test yourself on importlib module with Python.

We'll cover the following...

Quiz

1

Which of the following can be done using importlib library?

A)

Import modules from the standard library

B)

Import modules from external packages

C)

Both A and B

D)

None of the above

Question 1 of 30 attempted