《Python编程: 从入门到实践》动手试一试参考答案——第八章:函数

#8-1 消息 def display_message(): """指出你在本章学的是什么""" print("学习定义函数") display_message() #8-2 喜欢的图书 def favorite_book(title): """喜欢的图书""" print("\nOne of my favorite books is " + title + "
相关文章
相关标签/搜索