python的源码注释方法

2020-06-09  本文已影响0人  gougoude

如下的代码内容是关于python的注释方法的代码。

# single line comment 

'''''Multi-line string. Not a comment in itself. But it is usually used as the first line of a function or class body,

in what is known as a "documentation string".'''

上一篇 下一篇

猜你喜欢

热点阅读