python的注释有哪几种?下面是方法汇总:
一、python单行注释符号(#)
python中单行注释采用 #开头
示例:
#this is a comment
二、批量、多行注释符号
多行注释是用三引号,例如:
输入''' '''或者""" """,将要注释的代码插在中间