79258574

Date: 2024-12-06 15:44:47
Score: 1.5
Natty:
Report link

What about:

value = 9024178.32
print(f"{value:_}".replace(".", ",").replace("_", "."))

which gives: 9.024.178,32

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: rehaqds