Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- procesor = float(input())
- video = float(input())
- ram = float(input())
- ram_count = int(input())
- discount = float(input())
- total = ((procesor + video) * (1 - discount) + ram * ram_count) * 1.57
- print(f'Money needed - {total} leva.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement