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