Examveda
Examveda

How can you reload a module in Python?

A. By using the reload() function from the importlib module

B. By using the reload keyword

C. By using the refresh() function

D. By using the update keyword

Answer: Option B


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python