isalpha

Find And Replace Character In Python

Find And Replace Character In Python Question: For the get_letter_from_user function, while using the while loop for validation, it keeps repeating the invalid input; I want to make sure that it is a single letter and lower case, and I want to make sure that it doesn’t equal the second parameter of the function. I’m …

Total answers: 3