倍数尾数3

68 阅读1分钟

for index in range(1,31): if index%3==0 or index%10==3 or index%20==3: print(index)