📜  在 python 代码示例中打印一个命令

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

代码示例1
#How to print a sentence in python:

print("Hello World")

## Using ""  is important for a string sentence
## Use the print command correctly 
print("Thank You")