ProdanTenev

Food animals

Feb 8th, 2021 (edited)
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. dogs = int(input())
  2. animals = int(input())
  3. food_dogs = dogs * 2.50
  4. food_animals = animals * 4.00
  5. sum = food_dogs + food_animals
  6. print(f"{sum} lv.")
Advertisement
Add Comment
Please, Sign In to add comment