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