[单选题,4分] 执行以下程序,输入”93python22,输出结果是: ” w=input(请输入数字和字母构成的字符串: ‘ ’) forxinw: if.0.<=x<=.9.: continue else: w.replace(x,..) print(w)
A.python9322
B.python
C.93python22
D.9322
出自:河南理工大学-计算机科学与技术-Python语言程序设计