输出10以内除7外的其它所有数

import time

count = 0
while count<10:
count = count + 1
if count==7:
continue
print(count)
posted @ 2019-03-26 21:53  不忘初心_LZY  阅读(148)  评论(0编辑  收藏  举报