Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bookPrice = (float(input()) * 899) + (2 * float(input()))
- paperPercent = bookPrice / 100 * float(input())
- bookPrice += float(input()) - paperPercent
- print(f"Avtonom should pay { bookPrice - bookPrice / 100 * float(input()):.2f} BGN.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement