我正在使用python 3.2.2.当我写一个简单的程序时,我遇到了问题.
>>> reload(recommendations)
Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
reload(recommendations)
NameError: name 'reload' is not defined
Run Code Online (Sandbox Code Playgroud)
我该怎么办?