Write a simple python program to do the following: 1. ask for a an integer number from 0-999 2. print if the the number entered has one digit (like 7, 3, or 6), two digits (like 88 or 53), or three digits (like 999 or 453). you only need to print the number of digits that the number that was entered has.