1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 04:18:00 +02:00

Add new snippet: banker's rounding

Closes #267
This commit is contained in:
LiquidFun 2021-05-10 00:20:29 +02:00
parent b89710a415
commit 6642876c64
2 changed files with 54 additions and 0 deletions

1
CONTRIBUTORS.md vendored
View file

@ -24,6 +24,7 @@ Following are the wonderful people (in no specific order) who have contributed t
| Jongy | [Jongy](https://github.com/Jongy) | [#208](https://github.com/satwikkansal/wtfpython/issues/208), [#210](https://github.com/satwikkansal/wtfpython/issues/210), [#233](https://github.com/satwikkansal/wtfpython/issues/233) |
| Diptangsu Goswami | [diptangsu](https://github.com/diptangsu) | [#193](https://github.com/satwikkansal/wtfpython/issues/193) |
| Charles | [charles-l](https://github.com/charles-l) | [#245](https://github.com/satwikkansal/wtfpython/issues/245)
| LiquidFun | [LiquidFun](https://github.com/LiquidFun) | [#267](https://github.com/satwikkansal/wtfpython/issues/267)
---