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