Python Num Perfect Squares

print(int(int(n)**.5))
Ugliest Unicorn