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

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

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