python_ref_string_isalpha_2.py:
x
 
txt = "Company10"
x = txt.isalpha()
print(x)