79601531

Date: 2025-05-01 07:33:07
Score: 2.5
Natty:
Report link

items = [0.5, 0.44779812982819833, 0.4688469401495954]

print((len(items)*"{:.2f},").format(*items)[:-1])

=> 0.5, 0.45, 0.47

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