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