Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- squere_meters = int(input())
- price = squere_meters * 7.61
- discount = price * 18 / 100
- print(f'The final price is {price - discount} lv.')
- print(f'The discount is {discount} lv.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement