आप पायथन में एक मॉड्यूल को पुनः कैसे लोड कर सकते हैं?
How can you reload a module in Python?
A
by using the ‘reload’ function from the ‘module’ module
B
by deleting the module file from the filesystem and importing it again
C
by restarting the Python interpreter
D
by using the ‘reload’ function from the ‘imp’ module
Explanation
Correct Answer: D) by using the ‘reload’ function from the ‘imp’ module