Python's built-in function int(x) converts any float number x to an integer by ... num, decimal = [int(part) for part in x.split('.')].
確定! 回上一頁