Python6--函數

定義函數 四種狀況: def 函數名():         pass def 函數名():         return xxx def 函數名(參數):         pass def 函數名(參數):         return xxx ()中可傳參數以’,’分隔   1 def print_menu():   2     print('-'*40)   3     print('='*4
相關文章
相關標籤/搜索