我写了一个简单的代码:输入任意数字和数字并计算数字在数字中的次数。
我写的代码是:
num= int(input("enter a number"))
n=num
digit = int(input("enter the digit"))
times=0
while n > 0 :
d = n%10
if d==digit :
times += 1
continue
else:
continue
n=n//10
print ("no. of times digit gets repeated is ", times)
当我尝试这段代码时,不知何故它什么也没给我
摇曳的蔷薇
慕莱坞森
阿波罗的战车
蓝山帝景
相关分类