79673321

Date: 2025-06-20 11:47:18
Score: 1.5
Natty:
Report link

If you want to force two decimals (for example, 5.60 instead of 5.6) you need to update the last line to:

print(f"Each person should pay £{final_amount:.2f}")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: VoyageCalifornia