Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何向我的 Pep8 代码添加注释?
使用分号 (;)
;This is a comment
评论应该变成绿色。
您可以使用# 符号向代码添加注释。注释与语句之间应至少用两个空格分隔。它们应该以 # 和一个空格开头。多行注释可以使用 """Triple-Quotes""" 例如: x=x+1 # 将 x 增加 1