这是一个简单的 Python 程序,用于打印 "Hello, World!"。

print("Hello, World!")

运行这段代码,你会在控制台看到 "Hello, World!" 的输出。

更多 Python 学习资源,请访问我们的 Python 教程

Python 豹子