写一段代码 作者:China-Hubei-Wuhan 日期:2025年2月25日 16:09 浏览:22 ```python def hello_world(): print("Hello, World!") if __name__ == "__main__": hello_world() ```
评论区: