a safe input program that prints the stuff typed in by the users, except for numeric characters. If numbers are entered, the situation is handled gracefully using try except blocks, and the numeric characters are not printed. The program exits when the user types EXIT.,