Login and get codingBankers Rounding is an algorithm for rounding quantities to integers, in which numbers which are equidistant from the two nearest integers are rounded to the nearest even integer. Thus, 0.5 rounds down to 0; 1.5 rounds up to 2. - sourceComplete the function below that takes an
float
, returning it rounded even.
390 out of 392 users completed this Bite.
Will you be Pythonista #391 to crack this Bite?
Resolution time: ~25 min. (avg. submissions of 5-240 min.)
Pythonistas rate this Bite 1.75 on a 1-10 difficulty scale.
» You can do it! 😌