python-基础
2018-10-14 10:50:17来源:博客园 阅读 ()
1. hello world程序
在linux下创建一个文件叫hello.py,并输入
print("Hello World!")
然后执行命令:python hello.py,输出
[root@test-1 python]# vim hello.py [root@test-1 python]# python hello.py Hello World!
指定解释器
上一步中执行python hello.py时,明确的指出hello.py脚本由python解释器来执行。
如果想要类似于执行shell脚本一样执行python脚本,例如:./hello.py,那么就需要在hello.py文件的头部指定解释器,如下:
[root@test-1 python]# cat hello.py #!/usr/bin/env python #指定解释器 print("Hello World!") [root@test-1 python]# chmod +x hello.py [root@test-1 python]# /python/hello.py Hello World!
如此一来,执行:./hello.py 或/python/hello.py
ps:执行前需给予hello.py执行权限,chmod 755 hello.py
在交互器中执行
除了把程序写在文件里,还可以直接调用python自带的交互器运行代码,
[root@test-1 python]# python Python 2.7.5 (default, Apr 11 2018, 07:36:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> print("hello world!") hello world!
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:python冒泡法排序算法
- python3基础之“术语表(2)” 2019-08-13
- python_0基础开始_day07 2019-08-13
- 【Python】语法基础 | 开始使用Python 2019-08-13
- Python基础总结之初步认识---class类的继承(终)。第十六天 2019-08-13
- python3基础之“小练习(3)” 2019-08-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash