python 注释

admin python自学 1113 0

注释:

注释用#

多行注释用三引号'''

#这是单行注释
print("单行注释")
'''
多行注释
多行注释
'''
print("多行注释")


标签: python

抱歉,评论功能暂时关闭!