写一段python代码 作者:本地 日期:2025年2月11日 15:25 浏览:30 ```python def hello_world(): print("Hello, World!") if name == "main": hello_world() ```
评论区: