Advertisement
Guest User

new

a guest
Oct 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. h=int(input())
  2. y=int(input())
  3. o=y//h
  4. f=y%h
  5. print(o)
  6. print(f)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement