当前位置:优草派 > 问答 > Python问答

Python注释要怎么做?

标签: Python  python基础  作者: 罗西汉

回答:

Python注释以#开头,直到该物理行结束。注释可以在行开头或空白符与代码之后,但不能在字符串里面。字符串中的#号就是#号,注释用于阐明代码,Python不解释注释,示例如下:

#this is the first comment

spam=1#and this is the second comment

#...and now a third!

text="#This is not a comment because it's inside quotes."

TOP 10
  • 周排行
  • 月排行