码迷,mamicode.com
首页 > 编程语言 > 详细

python的hello word程序

时间:2016-10-24 03:05:10      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:python   linux   hello   程序   world   

linux系统上执行python程序

[root@python ~]# ll hello.py 

-rwxr-xr-x. 1 root root 44 Oct 24 02:38 hello.py

[root@python ~]# cat hello.py 

#!/usr/bin/env python 

print("hello world")

[root@python ~]# ./hello.py 

hello world


python的hello word程序

标签:python   linux   hello   程序   world   

原文地址:http://11273036.blog.51cto.com/11263036/1864770

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!