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