微信扫一扫
a=int(input()) for i in range(a): b=input() d=0 for c in b: if "0"<=c<="9": d=d+1 print(d)
相关推荐