Bootstrap

python注释

Python中的注释有单行注释和多行注释
Python中单行注释以 # 开头
多行注释用三个单引号 ''' 或者三个双引号 """ 将注释括起来

示意图:

;