Programming language:Python ... To round a number in Python, use 'round()' round(21.57) # Output: 22 ... import math >>> math.ceil(3.2) # round up 4.
確定! 回上一頁