#返回數位序列,從 0 開始且以 1 為增量(預設地)。 #The range() function returns a sequence of numbers, starting from 0 by default, and increments by 1 (by default), and stops before a specified number. #range() ...