Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Test perfect square
Python Code Challenge
218 -
Write a function to see if a given number is a perfect square and write test cases for it.
Python
Testing