python怎么写死循环
您好,这是一个样例:while True: i = i + 1 if i == 50:
print 'I have got to the round 50th!' continue
if i>70:break print i
集结各类场景实战经验,助你开发运维畅行无忧