This commit is contained in:
krahets
2023-04-09 05:30:47 +08:00
parent 37f11aff68
commit 2289822dfd
13 changed files with 59 additions and 58 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ comments: true
=== "Python"
```python title=""
""" 标题注释,用于标注函数、类、测试样例等 """
"""标题注释,用于标注函数、类、测试样例等"""
# 内容注释,用于详解代码