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