📜  如何编写你的第一个 Python 程序 - Python 代码示例

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

代码示例1
# The basics are messages such as Hello World which is displayed in the shell window.
# The line of code bellow is used to show strings or integers in the python terminal window.
print("Hello World")