How can I check if character in a string is a letter? (Python)
Please note that "word character" in programming usually refers to letters and numbers and underscores. This question is actually asking about "letters"; if you need to see if a character is a word character, the best...