Advertisement
moseechev

Untitled

Oct 14th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. a=int(input('A=?'))
  2. b=int(input('B=?'))
  3. if a>b or b>a or a==b or b==a :
  4. print ('', a//b)
  5. if b == 0 :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement