倍数尾数3 用户6255219915579 2021-04-05 68 阅读1分钟 for index in range(1,31): if index%3==0 or index%10==3 or index%20==3: print(index)