python3练习100题——034

题目:练习函数调用。

这个很容易了。

def hello_world():
    return "hello, world!"

def fun():
    print(hello_world())

fun()

 

好水啊~~~~~~

posted @ 2018-06-20 19:32  Drifter_y  阅读(349)  评论(0编辑  收藏  举报