Quiz Yourself on Python Imports
Test yourself on imports in Python.
We'll cover the following...
We'll cover the following...
Quiz
1.
How can we use one module in another module?
A.
By using the from statement
B.
By using the import statement
C.
By using a with statement
D.
By using a for loop
1 / 3