79625496

Date: 2025-05-16 15:29:40
Score: 0.5
Natty:
Report link

Just use a special case for if mynumber is -0 when rounded, like this:

if rounded == -0: rounded = 0
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Starship