HTMLify
Home
Log in
Register
Dashboard
Frames
API
is_perfect_square.py
Views: 190 | Author:
abh
def
is_perfect_square
(
n
):
sqrt
=
int
(
n
**
0.5
)
return
sqrt
*
sqrt
==
n
Run >
Python
Plaintext
Share this file:
Copy
Short Link
View Raw
Download File
(79 B)
Embed Code
Clone
Comments
Comment