python支持两个注释方法,#和三个单引号,#用于单行注释,三个单引号用于多行注释
# single line comment '''''Multi-line string. Not a comment in itself. But it is usually used as the first line of a function or class body, in what is known as a "documentation string".'''
python支持两个注释方法,#和三个单引号,#用于单行注释,三个单引号用于多行注释
# single line comment '''''Multi-line string. Not a comment in itself. But it is usually used as the first line of a function or class body, in what is known as a "documentation string".'''