第1个python程序:打印

来源:互联网 发布:如何设计装修淘宝店铺 编辑:程序博客网 时间:2024/05/21 23:33
[root@mysql1 pshell]# cat ex1.py 
#!/usr/bin/env Python


print "hello world!"
print "hello again"
print "i like typing this."
print "this is fun."
print 'yay! printing.'
print "i'd much rather you 'not'."
print 'i "said" do not touch this.'
[root@mysql1 pshell]# python ex1.py 
hello world!
hello again
i like typing this.
this is fun.
yay! printing.
i'd much rather you 'not'.
i "said" do not touch this.
0 0
原创粉丝点击