python_ref_string_isalpha_1.py:
x
 
txt = "CompanyX"
x = txt.isalpha()
print(x)