I am using python 3.2.2. When I write a simple program, I encounter a problem.
>>> reload(recommendations) Traceback (most recent call last): File "<pyshell#6>", line 1, in <module> reload(recommendations) NameError: name 'reload' is not defined
How should I do it?
MindHacks Apr 13 '12 at 14:30 2012-04-13 14:30
source share