Python編程:從入門到實踐 學習筆記 基礎知識(六)函數

寫在前面:原書地址:http://www.ituring.com.cn/book/1861(圖靈社區)python                  本博客是對書籍學習而進行總結的學習筆記,若有侵權行爲必刪。app 1.定義函數 def ads(): """顯示問候""" print("Hello !") ads() #輸出結果 Hello! 關鍵字def 來定義函數 三括號來
相關文章
相關標籤/搜索