Teo_Yanchev

eastern_lunch_20-21-2019_exam

Jul 17th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. kozunak = int(input())
  2. eggs = int(input())
  3. kurabii = int(input())
  4.  
  5. kozunaci_price = kozunak * 3.20
  6. qica_price = eggs * 4.35
  7. kurabii_price = kurabii * 5.40
  8. paint_eggs_price = eggs * 12 * 0.15
  9.  
  10. total = kozunaci_price + qica_price + kurabii_price + paint_eggs_price
  11.  
  12. print(f"{total:.2f}")
Add Comment
Please, Sign In to add comment