python how to check if the letter is a letter code example Example: python check if character is letter >>> 'A'.isalpha() True >>> '1'.isalpha() False