Advertisement
JmihPodvalbniy

Untitled

Mar 6th, 2024 (edited)
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. n = int(input())
  2. num = 1
  3. while num <= n:
  4. num = num + 1
  5. if n % 1 == 0:
  6. print(num)
  7. break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement