源代码
txt = "Company12" x = txt.isalnum() print(x)
运行结果