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