小数の切り上げと切り下げ(切り捨て)は ceil と floor を使います。これは Python のビルト・イン関数でなく math パッケージにあります。 import math a = math.ceil( ...
確定! 回上一頁