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