After I import a module in python, how could I undo the effect in the same python work space?
For example, after I typed "import random" in a python IDLE, I want to remove all the imported functions in the module "random" in the same workspace, how could I do it?