AnnaVolkova

Untitled

Jul 9th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. N=int(input())
  2. d=2
  3. while N%d!=0:
  4.     d+=1
  5. print(d)
Add Comment
Please, Sign In to add comment