[error]
Posted 始于足下
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[error]相关的知识,希望对你有一定的参考价值。
1、
输入:>>>print"hha"
SyntaxError: invalid syntax
原因:要写空格
2、
>>> print "hello"
SyntaxError: Missing parentheses in call to ‘print‘
原因:Mac安装俩个Python版本,2和3,python2系列可以支持 print “xxxx” ,python系列需要使用print("xxx")
解决:
>>> print("hello")
hello
3、
>>> a=‘123‘
>>> print(‘1‘)
1
>>> print(‘1‘) in a
1
Traceback (most recent call last):
File "<pyshell#52>", line 1, in <module>
print(‘1‘) in a
TypeError: ‘in <string>‘ requires string as left operand, not NoneType
以上是关于[error]的主要内容,如果未能解决你的问题,请参考以下文章
新浪微博Error_code: 400; Error: 40022:Error: source paramter(appkey) is missing的解决方法
Error 500--Internal Server Error如何解决
在 MySQL 中出现 ERROR 1701、ERROR 1452 和 ERROR 1305 错误 - 需要一些专业知识