整數與浮點數在程式設計之中,完整的數值,例如 4、0、99 等,都稱為整數(integer)。若數值帶有小數點(3.5、42.1 和 5.0)則稱為浮點數(floating-point number)。在 Python ...
確定! 回上一頁