Vidyalelo
Python · Q2

Module in Python

Programming · Python · question 2

Q2

How can you use a module in Python?

A.
By importing it using the import statement
B.
By defining it with the module keyword
Answer
C.
By including it as a string
D.
By using the use_module function

Answer: Option B

Solution

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