demo_ref_string_isalpha.py:
txt = "CompanyX" x = txt.isalpha() print(x)
C:\Users\My Name>python demo_string_isalpha.py
True