python学习--第一个python程序helloworld

一、在windows下建立一个文件叫hello.py,并输入 1 print('hello world') #输出hello world 而后在解释器中执行命令:python hello.py,输出 php 二、在linux下执行hello.py文件的方法 直接执行./hello.py便可html PS:执行前需给予hello.py的执行权限,chmod 755 hello.py  (chmod是
相关文章
相关标签/搜索