📌  相关文章
📜  ''' python ''' - Python 代码示例

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

代码示例1
''' 
Python is a really good programming language for beginners! 
You can do many things with it, such as, AI and machine learning,
Web development, Finance, language development, and much more!
'''

# Here is an example of a python program
print("Hello World")
# The program above prints the String "Hello World" on the console.


# Well Done!