You're using Python 2.x, where integer divisions will truncate instead of becoming a floating point number. >>> 1 / 2 0.
確定! 回上一頁