Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hall_rent = int(input())
- cake_price = hall_rent * 0.2
- drinks_price = cake_price - cake_price * 45 / 100
- animator_price = hall_rent / 3
- needed_sum = hall_rent + cake_price + drinks_price + animator_price
- print(needed_sum)
Advertisement
Add Comment
Please, Sign In to add comment