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

时间:2014-06-18 15:47:12   收藏:0   阅读:291

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

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!