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

ex2-注释和井号

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

标签:

代码:

print("I could have code like this.") # and the commnt after is ignored.
# You can also use a comment to "disable" or comment a piece of code:
# print("This won‘t run.")
print("This will run.")

技术分享

ex2-注释和井号

标签:

原文地址:http://www.cnblogs.com/zjcsweb/p/5814229.html

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