Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- n = int(input())
- num = 1
- while num <= n:
- num = num + 1
- if n % 1 == 0:
- print(num)
- break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement