Python for i 循环

for i in range(10):
    if i/2 !=0:
        print(i)