源代码
txt = "CompanyX" x = txt.isalpha() print(x)
运行结果