题目:练习函数调用。
这个很容易了。
def hello_world(): return "hello, world!" def fun(): print(hello_world()) fun()
好水啊~~~~~~