几个新手错误点 for if else后面都有:for i in range(8): if i % 2 == 1: continue else: print(i,end='')结果:0246将continue换成break 结果:0