Python for i 循环

for i in range(10):
    if i/2 !=0:
        print(i)
原文地址:https://www.cnblogs.com/spencersun/p/9065898.html