Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- area = float(input())
- price = area * 7.61
- discount = 0.18 * price
- final_price = price - discount
- print(f"The final price is: {final_price} lv.")
- print(f"The discount is: {discount} lv.")
Advertisement
Add Comment
Please, Sign In to add comment