首页 > 代码库 > 第一个python程序
第一个python程序
第一个python程序
python3.0打印“hello world”
python编辑器 打印:
print ("hello world!")
建立hello.py 打印:
vi hello.py
#!/usr/bin/env python #指定python解释器,env:代表获取系统环境变量
print ("hello world!")
python2.7 版本:
print "hello world!"
给予脚本执行权限:chmod 744 hello.py
执行:./hello.py 或者 python hello.py
交互模式执行(用于临时调试)
python 进入交互模式
print ("hello world!")
本文出自 “506554897” 博客,请务必保留此出处http://506554897.blog.51cto.com/2823970/1904945
第一个python程序
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。