Introduction - If you have any usage issues, please Google them yourself
Number Detector:The purpose of this experiment is to improve your understanding of programming with
Python on problem solving. In detail, you are to write a simple Python program that
first asks for an integer input and then detect if it is a square number, a prime number,
or a Fibonacci number. You should consider the following when writing your code