[New-bugs-announce] [issue36288] Incorrect answer when using round()

MeeranRizvi report at bugs.python.org
Thu Mar 14 10:36:08 EDT 2019


New submission from MeeranRizvi <hmmeeranrizvi18 at gmail.com>:

When using round() for calculation it gives the incorrect answer.

For Example:
round(1.5)
>>2(Which is correct)

But when we calculate:
round(2.5)
>>2(Should give 3 right?)

----------
components: Build
messages: 337921
nosy: MeeranRizvi
priority: normal
severity: normal
status: open
title: Incorrect answer when using round()
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36288>
_______________________________________


More information about the New-bugs-announce mailing list