代码
提交代码
def hello_world(): print('hello') print('world') hello_world()
运行结果