Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- easter_bread = int(input())
- egg_pack = int(input())
- cookies = int(input())
- total_sum = easter_bread * 3.2 + egg_pack * 4.35 + cookies * 5.4 + egg_pack * 0.15 * 12
- print(f"{total_sum:.2f}")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement