Test yourself on imports in Python.
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