python 注释 admin python自学 2020-09-08 16:18:38 1113 0 注释:注释用#多行注释用三引号'''#这是单行注释 print("单行注释") ''' 多行注释 多行注释 ''' print("多行注释") 标签: python