Rounding Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Round a number even (a.k.a. banker's rounding) | Decimal rounding |
| Beginner | Round a sequence of numbers | list comprehensions rounding math |
| Beginner | Simple length converter | exception handling numbers rounding |
| Beginner | Having fun with python partials | functools rounding partial |
| Intermediate | Calculate and evenly split the bill | numbers Decimal rounding |
| Intermediate | Floating point arithmetic | numbers rounding floats arithmetic |
| Advanced | Marvel data analysis | sum Counter list comprehensions data analysis csv rounding |