79443318

Date: 2025-02-16 14:35:16
Score: 2
Natty:
Report link

def sort_decimals(numbers: List[float]) -> List[float]: return sorted(numbers) print(sort_decimals(['104.900209904', '238.501860857', '9.59893298149', '362.470027924', '419.737339973']))

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Akshay