I suggest you to learn about print function. Replace your print with this: print(f"Each person should pay: £{final_amount:.2f}")
print(f"Each person should pay: £{final_amount:.2f}")