Python num Perfect Squares

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