New submission from MeeranRizvi <hmmeeranrizv...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36288>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to