首页 > 其他 > 详细

ex1-第一个程序 ”helloworld”

时间:2016-08-28 06:27:36      阅读:262      评论:0      收藏:0      [点我收藏+]

技术分享

代码:

print("Hello world.")
print("Hello again.")
print("I like typing this.")
print("This is fun.")
print(‘Yay! Printing.‘) # 单引号跟双引号的效果一样的~
print("I‘d rather you ‘not‘.")
print(‘I said:"do not touch this."‘) # 外面如果用双引号,里面就打不出来了,所以用单引号~

图片:

 

ex1-第一个程序 ”helloworld”

原文:http://www.cnblogs.com/zjcsweb/p/5814227.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!