Home  >  Article  >  Backend Development  >  新学python,编写helloword.py提示无效语法。?

新学python,编写helloword.py提示无效语法。?

WBOY
WBOYOriginal
2016-06-06 16:22:542515browse
新学python,编写helloword.py提示无效语法。?
具体如图。

python版本是2.7.6,文本编辑是gedit,试过可行的多种缩进均invalid syntax。


新手求教!

回复内容:

哈哈,楼主好萌,我仿佛看到了三个月前的自己。
怎么让Python输出'Hello world‘呢。

你在终端里输入Python,回车,就会出现
<code class="language-text">>>>
</code>
楼主,先来quit()
我看我看
新学python,编写helloword.py提示无效语法。? 新学python,编写helloword.py提示无效语法。?
而且,你需要把helloworld.py直接放到主目录(Home),比如,当把helloworld.py 放到主目录下面的文件夹 mystuff里时,结果如下 新学python,编写helloword.py提示无效语法。?
当把helloworld.py 直接放到主目录(Home)下时,就能正常运行了,
新学python,编写helloword.py提示无效语法。?祝好! 你在 python 交互环境下能这样运行才见鬼了, 你真的好萌 前面那个>>>表示你已经进入Python了,这个时候你还打一次python做什么……
直接输入print ‘helloworld’就可以直接执行了
如果你想运行一个写好的py文件的话需要先quit再重新进入 我靠,人家都说是新手了,你们这么牛逼还进来干什么,数落新手用来刷你的存在感啊,你怎么不嘲笑人家没用pycharm,没用pydev,人家搞不明白不能问啊,要是懂编译原理能这么问么,你以为谁都是会一门语言才来学python的,在codecademy上把python全学完还不知道编辑器和IDE的区别奇怪么,你牛逼在numpy基础上做个pandas让人家做数据分析的时候少浪费两个小时我看看来,感谢认真回答那位,这里因为有你还让人觉得这傻逼世界有那么些温暖 如果是在windows环境下,就把.py文件放在C盘的python32文件夹中,然后在python32文件夹里调用终端,再用你的命令运行文件。
<code class="language-python"><span class="kn">import</span> <span class="nn">os</span>
<span class="n">os</span><span class="o">.</span><span class="n">system</span><span class="p">(</span><span class="s">'python helloword.py'</span><span class="p">)</span>
</code>
好萌好萌 幸亏你匿名了,不然此问题会成为你一生中的耻辱…
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn