Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fee = float(input())
- shoes = fee * 0.6
- dress = shoes * 0.8
- ball = dress / 4
- accessories = ball / 5
- print(f'{(fee + shoes + dress + ball + accessories):.2f}')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement