Python編程:從入門到實踐的動手試一試答案(第八章)

#8-1 消息 def display_message(): print('本章學習的函數') display_message() #8-2 喜歡的圖書 def favorite_book(title): print('One of my favorite books is ' + title.title()) favorite_book('python') #8-3 T恤
相關文章
相關標籤/搜索