Python list slices. squares = [0,1,4,9,16,25,36,49,64,81] this is the list print(squares[0:-1]) Shouldn't it print all of the values of the ...
確定! 回上一頁