Create a function that checks if a number is a three digit number.
For example:
5.67 will be considered a three digit number 3.01 will be considered a three digit number 3.00 will not be cosidered a three digit number 0.123 will be cosidered a three digit number Call your function: three_digit()
I have already done some workenter image description here