Skip to content

Instantly share code, notes, and snippets.

@Svastikkka
Created June 12, 2020 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Svastikkka/49adcc3f0cdfc9735e53e4fd1632fcf7 to your computer and use it in GitHub Desktop.
Save Svastikkka/49adcc3f0cdfc9735e53e4fd1632fcf7 to your computer and use it in GitHub Desktop.
import math
num=int(input())
print(int(math.sqrt(num)))
@Svastikkka
Copy link
Author

Square Root (Integral).py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment