how to tell if string is not in the alphabet python code example Example: isaplha in python str = "abc" print(str.isalpha())