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