# python 41104b006 7的倍數 ```python= for i in range(1,101,1): if (i%7)==0: print(i)