Determine Perfect Square Number

# Introduction In this lab, you need to write a program that uses the `math` module to check if a given number is a perfect square or not. If the square root of the number has a remainder of `0` when divided by `1`, print `Perfect Square`, otherwise print `Not a Perfect Square`.

|60 : 00

Click the virtual machine below to start practicing