代码
提交代码
def hello_world(n): for i in range(n): print('hello world') hello_world(3)
运行结果