Advertisement
VergeoPaw

1014

Sep 17th, 2021
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. a = int(input())
  2. b = float(input())
  3. con = a/b
  4. print("%.3f km/l"%con)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement