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

[Head First Python] - 第二章 python of comment

时间:2014-06-18 15:46:56      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:code   com   line   python   c   ar   

1- 多行注释 ‘‘‘ ‘‘‘ 或 """ """

‘‘‘this is the standard way to include a

  multiple-line comment in you code‘‘‘

"""this is the standard way to include a

  multiple-line comment in you code"""

2- 单行注释 #

# this is comment

[Head First Python] - 第二章 python of comment,布布扣,bubuko.com

[Head First Python] - 第二章 python of comment

标签:code   com   line   python   c   ar   

原文地址:http://www.cnblogs.com/galoishelley/p/3791261.html

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