七 Python def函數

七 Python 函數 1. 介紹: 將一些已經實現功能的代碼封裝起來,方便其它程序能夠調用的叫作函數;python 函數基本格式:web def test1(): # 定義函數 pass # 函數體 test1() # 調用函數 2. 函數基礎 2-1. 經常使用用法參考: 9 9乘法表 def multi_table(): for i in range(1,10):
相關文章
相關標籤/搜索