Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 297 Bytes

File metadata and controls

2 lines (2 loc) · 297 Bytes

SafeInputprogram_Python

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.,