📜  多行注释 Python 示例 - Python 代码示例

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

代码示例1
Multi-line comments Example
# This is how we can acheive 
# Multi-line comments in Python
print("Hello World")