欢迎访问服务器技术网-www.fuwuqijishu.com

Python3 注释

Python 3 fuwuqijishu 2年前 (2022-06-17) 171次浏览 0个评论 扫描二维码

Python3 注释

确保对模块, 函数, 方法和行内注释使用正确的风格。

Python 中的注释有单行注释和多行注释。

Python 中单行注释以 # 开头,例如:

# 这是一个注释
print("Hello, World!")

多行注释用三个单引号 ”’ 或者三个双引号 “”” 将注释括起来,例如:

1、单引号(”’)

#!/usr/bin/python3
”’
这是多行注释,用三个单引号
这是多行注释,用三个单引号
这是多行注释,用三个单引号
”’
print("Hello, World!")

2、双引号(”””)

#!/usr/bin/python3
"""
这是多行注释,用三个双引号
这是多行注释,用三个双引号
这是多行注释,用三个双引号
"""
print("Hello, World!")

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2118.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900