This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MeeranRizvi
Recipients MeeranRizvi
Date 2019-03-14.14:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552574168.05.0.903038491036.issue36288@roundup.psfhosted.org>
In-reply-to
Content
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?)
History
Date User Action Args
2019-03-14 14:36:08MeeranRizvisetrecipients: + MeeranRizvi
2019-03-14 14:36:08MeeranRizvisetmessageid: <1552574168.05.0.903038491036.issue36288@roundup.psfhosted.org>
2019-03-14 14:36:08MeeranRizvilinkissue36288 messages
2019-03-14 14:36:07MeeranRizvicreate