asd=0while asd<10:asd+=1if asd%2==0:continue
print(asd)
asd=0while asd<10:asd+=1if asd%2==0:continueelseprint(asd)
else 少了个冒号,望采纳,谢谢!
这样我们看不清缩进