python运行出错。
发布网友
发布时间:2022-05-25 10:45
我来回答
共1个回答
热心网友
时间:2023-10-09 02:28
456.py
里的代码是
python
2.7.3
(default,
apr
10
2012,
23:31:26)
[msc
v.1500
32
bit
(intel)]
on
win32
type
"copyright",
"credits"
or
"license()"
for
more
information.
>>>
print
"hello"
那肯定报错啊。
python
2.7.3
(default,
apr
10
2012,
23:31:26)
[msc
v.1500
32
bit
(intel)]
on
win32
type
"copyright",
"credits"
or
"license()"
for
more
information.
这几行字都不是python的代码是控制台显示的提示文字。
你把456.py里的内容改为只有print
"hello"这句(注意前面的>>>也不能要)。在运行应该就没问题了,会正常输出hello这个单词。
从这个问题上看,你应该是刚接触编程的新手的,在多看看教程,在仔细理解一下基础知识。
希望对你有所帮助~