Sum a list of numbers in Python我有一个数字列表,比如[1,2,3,4,5...],我想计算(1+2)/2,第二个是(2+3)/2,第三个是,(3+4)/2等。我该怎么做?
確定! 回上一頁