Advertisement
VergeoPaw

1017

Sep 17th, 2021
1,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. hour = int(input())
  2. speed = int(input())
  3. liters = (hour*speed)/12
  4. print("%.3f"%liters)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement