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