一、python单行注释符号(#) #号右边的内容在执行的时候是不会被输出的。 二、批量、多行注释符号 多行注释是用三引号''' ''' 三、python中文注释方法 #coding=utf-8 或者: #coding=gbk