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}")