Only allowing string input from user

Viewed 13

I am stuck with a pretty simple Python problem where i am asking for the user to input the customer name, but need it to handle cases when a user enters a number rather than a string . I need it to show an error when they input a number. Just wondering what the best way to do this would be?

0 Answers
Related