《Python編程:從入門到實踐》第八章 函數 練習題答案

我的學習自用,有需者隨意取python # 8-1 消息 def display_message(): print("在本章,我學到了如何創建一個函數") display_message() # 8-2 喜歡的圖書 def favorite_book(title): print("one of my favorite books is " + title.title() + "
相關文章
相關標籤/搜索