Dong-hee Na <donghee.n...@gmail.com> added the comment:

Please read the documentation of round builtin function.
https://docs.python.org/3/library/functions.html#round

For the built-in types supporting round(), values are rounded to the closest 
multiple of 10 to the power minus ndigits; if two multiples are equally close, 
rounding is done toward the even choice (so, for example, both round(0.5) and 
round(-0.5) are 0, and round(1.5) is 2).

----------
nosy: +corona10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35793>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to