相关疑难解决方法(0)

在Python中创建多行注释的方法?

我最近开始学习Python,但我找不到如何实现多行注释.大多数语言都有块注释符号

/* 

*/
Run Code Online (Sandbox Code Playgroud)

我在Python中试过这个,但它会抛出一个错误,所以这可能不是正确的方法.Python实际上是否具有多行注释功能?

python documentation comments python-2.7 python-3.x

1081
推荐指数
14
解决办法
148万
查看次数

标签 统计

comments ×1

documentation ×1

python ×1

python-2.7 ×1

python-3.x ×1