📜  Python代码示例中的单行注释示例

📅  最后修改于: 2022-03-11 14:45:37.507000             🧑  作者: Mango

代码示例1
Example of Single-line comment in Python
# This is a single line comment example
print("Hello World")