这是我的代码:
r = random.randint(1,10)
但由于某种原因,它给了我错误
NameError:未定义名称"random"
救命!
其他信息:Mac,python,3.4.0 pylauncher
python-3.x
python-3.x ×1