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

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

上一篇:mongodb系列之--mongodb 主从配置与说明


下一篇:MySQL Cluster 与 MongoDB 复制群集分片设计及原理