标签:The uid style 风格 adt 单行注释 pre guid ref
单行注释以#
开头
代码后面的注释,#
与代码之间有两个空格
另外建议#
与注释之间有一个空格
例如:
# python注释
printf("Hello world!") # python注释
"""
多行注释内容格式一
"""
'''
多行注释内容格式二
'''
代码
参考:http://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/python_style_rules/
标签:The uid style 风格 adt 单行注释 pre guid ref
原文地址:https://www.cnblogs.com/lasnitch/p/11565055.html