返回列表 發帖
  1. sum=0
  2. for i in range(333,1000,3):
  3.     sum+=i
  4. print('333~999 The sum of all multiples in between 3:',sum)
複製代碼

TOP

返回列表