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