python中的range()\input()\print()\eval() 1.函數range()是python的內置函數,可以用來創建一個整數列表,一般用在 for 循環中。 函數語法 range(start, stop[, step]) 參數說明: s ...