karolinagergert

Untitled

Jul 4th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. a = int(input())
  3. b = int(input())
  4. C = a%b + 1 or b%a + 1
  5. print(C)
Advertisement
Add Comment
Please, Sign In to add comment