Return the floating point value number rounded to ndigits digits after the decimal point. If ndigits is omitted or is None, it returns the nearest integer to its input. Delegates to number.__round__(ndigits).
round(number[, ndigits])