题目详情
单选题 执行以下程序,输入"93python22",输出结果是: w = input('请输入数字和字母构成的字符串:') for x in w: if '0'<= x <= '9': continue else: w.replace(x,'') print(w)
A. 9322
B. python
C. python9322
D. 93python22
学科:Python程序设计
时间:2024-03-24 13:53:35
相关题目
相关作业