returns int x = round(2.865) print(x) # Prints 3 # returns float x ... In Python, if the fractional component of the number is halfway between two integers, ...
確定! 回上一頁