Vidyalelo
Python · Q10

Module in Python

Programming · Python · question 10

Q10

How can you reload a module in Python?

A.
By using the reload() function from the importlib module
B.
By using the reload keyword
Answer
C.
By using the refresh() function
D.
By using the update keyword

Answer: Option B

Solution

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