码迷,mamicode.com
首页 > 其他好文 > 详细

ex1-第一个程序 ”helloworld”

时间:2016-08-28 06:30:17      阅读:194      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!