在Jupyter中无法调用'NoneType'对象

时间:2018-11-24 04:49:18

标签: python-3.x jupyter-notebook jupyter

我试图使用Jupyter在python中运行简单的命令,该命令从控制台获取一些输入并根据该值进行计算。但是,以前无法正常工作的简单“输入”命令现在无法正常工作。

命令:

  

num1 =输入(“输入数字”)

例外:

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-121-ff2dc32ed727> in <module>()
----> 1 num1 = input("Enter a number")

TypeError: 'NoneType' object is not callable

0 个答案:

没有答案