# 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`.
Click the virtual machine below to start practicing