python there's an error in your program invalid syntax

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python there's an error in your program invalid syntax相关的知识,希望对你有一定的参考价值。

一个hello,world有输不出来。根据一个百度经验,环境变量配置只是在path后加了: e:\python;#安装目录
环境变量PYTHONPATH PYTHONSTARTUP什么的没加
结果老是 Syntax error

假如你想在解释器中执行这句话,直接在解释权中输入

print "hello, world!"

然后回车就可以了。

假如你要是想单独生成一个文件让其可执行,你需要ctrl+n生成一个新的文件

看见没有,我在shell中按  CTRL+N后,出现了一个新的窗口,你在这里面在输入

print "hello, world!"

保存为 "hello.py",

打开,按F5就可以执行了。看一下运行结果吧。

参考技术A

请把你的hello.py这个文件里面的内容贴上来。


你的hello.py文件里面只有一行就够了。不要把>>>也写上去:

print "hello,world!"

Python操作mysql数据库出现pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; c

今天在用Python操作mysql数据库出现pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check报错

"SELECT Failure_code,describe from failure_occur_now order by ID DESC LIMIT 1
黄色区域为报错的位置
仔细查找,发现没有语法错误啊,后面将,describe删掉不报错了,原来describe应该是MysqL的保留字,后来讲describe字段改名为Failure_describe后恢复正常

以上是关于python there's an error in your program invalid syntax的主要内容,如果未能解决你的问题,请参考以下文章

There's more to life than being happy

There's more to life than being happy

There's more to life than being happy

There's no Qt version assigned to this project for platform Win32.

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL s

Spirng 循环依赖报错:Is there an unresolvable circular reference?