Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- year_tax = int(input())
- shoes_price = year_tax * 0.6
- equipment_price = shoes_price * 0.8
- ball_price = equipment_price / 4
- acc_price = ball_price / 5
- result = year_tax + shoes_price + equipment_price + ball_price + acc_price
- print(result)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement