运行时出现已下内容

NameError: name 'raw_input' is not defined

原因是:python2用raw_input
python3 用input 需要注意;

建议:把raw_input 改为input

NameError: name 'raw_input' is not defined相关推荐

  1. python中raw_input未定义_python之NameError: name 'raw_input' is not defined

    昨天开始着手利用闲暇时间学习python,第一次运行print 'this is a python ' 提示错误,百度一下,说是python从3.0后将print变为一个函数,所以需要加上括号,从那时 ...

  2. NameError: name xx is not defined

    这个问题有很多类型的,这里说下我遇到的这个类型 首先我是获取input 值之后提示NameError: name xx is not defined 最后发现是python 2x 与 python 3 ...

  3. Python报错File “「string」“, line 1, in 「module」 NameError: name ‘q‘ is not defined

    Python报错File "", line 1, in NameError: name 'q' is not defined 笔者运行环境:Python 2.7.17 print ...

  4. Python报错:NameError: name ‘wraps‘ is not defined

    @wraps(func) NameError: name 'wraps' is not defined 解决方法: (1)安装functiontools:pip install functiontoo ...

  5. NameError: name 'go' is not defined

    最近在学习fbprophet时,按照安装步骤,搭建好环境之后,使用官方教程进行学习.在执行到下面这句时报错 fig = plot_plotly(m, forecast) # This returns ...

  6. Python 解决 :NameError: name ‘reload‘ is not defined 问题

    Python 解决 :NameError: name 'reload' is not defined 问题 参考文章: (1)Python 解决 :NameError: name 'reload' i ...

  7. 【错误记录】执行 Python 程序报错 ( NameError: name ‘reload‘ is not defined )

    文章目录 一.报错信息 二.解决方案 一.报错信息 在 Windows 的 cmd 命令行运行 python 脚本时 , 报如下错误 : 执行 python ApkTool.py -analyse - ...

  8. py+selenium 报错NameError: name 'NoSuchElementException' is not defined【已解决】

     报错:NameError: name 'NoSuchElementException' is not defined  如图 解决方法: 头部加一句:from selenium.common.exc ...

  9. 成功解决NameError: name ‘norm‘ is not defined

    成功解决NameError: name 'norm' is not defined 目录 解决问题 解决思路 解决方法 解决问题 NameError: name 'norm' is not defin ...

最新文章

  1. Spring学习总结(18)——Spring整合Mysql数据库一主多从、多主多从配置
  2. 国务院学位委员会关于授予具有研究生毕业同等学力人员硕士、博士学位的规定
  3. sum()转字符串_Python字符串与内置函数
  4. Maven 单元测试报错:错误: 找不到或无法加载主类 @{failsafeArgLine}
  5. 基于bootstrap模态框的日期选择器
  6. nginx http相关配置定义路径相关配置
  7. ArcGIS API 4.x 加载高德底图
  8. StretchDIBits
  9. 开源网站GitHub把自己给开源了
  10. 世界上最美的公式——欧拉公式
  11. 叉乘点乘混合运算公式_运算定律和简便计算的说课稿
  12. u盘启动计算机看不到硬盘,解决办法:从U盘启动时找不到硬盘的解决方法
  13. ubuntu系统下C语言编写简单程序
  14. C语言——结构体知识点总结
  15. F: Pond Skater(BFS)
  16. 国外调查问卷项目赚美金
  17. Charles的功能介绍与使用教程,一学就会,不信就来试试?
  18. sharding jdbc 的雪花算法中的属性worker.id和max.vibration.offset
  19. Javaweb旅游信息查询系统案例
  20. php递归完成mega网盘文件命名规则

热门文章

  1. 推荐一下十三款内网穿透工具(超全)
  2. 三天,我通过了Apsara Clouder基础技能认证:阿里巴巴Android开发规范
  3. 炸裂!PDF转Word彻底告别收费时代,这个OCR开源项目要逆天!
  4. NLP学习笔记 01 分词、词性标注和关键词提取
  5. 穴位模型,blender 文件 分享,我免费分享了
  6. Bellman_Ford模版
  7. 关注流浪猫:从我们出发
  8. 苹果零日漏洞利用市售800万欧元
  9. 2021年五大电子邮件威胁与零日漏洞
  10. 多功能聊天室 第一次迭代总结与第二次迭代计划