bl00dt3ars

08. Pet Shop

Oct 11th, 2020 (edited)
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. dogs_num = int(input())
  2. others_num = int(input())
  3. d_food_price = 2.50
  4. o_food_price = 4
  5. print(f"{dogs_num * d_food_price + others_num * o_food_price} lv.")
Add Comment
Please, Sign In to add comment