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
AnswerC.
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