ydpetkov

Pet_Shop

Jul 7th, 2022 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. amound_dog_food = int(input())
  2. amount_cat_food = int(input())
  3. total_sum = amound_dog_food * 2.5 + amount_cat_food * 4
  4. print(f'{total_sum} lv.')
  5.  
Add Comment
Please, Sign In to add comment