摘要: while for 都是循环语句,while我理解为条件循环,for 为固定循环。 一般while如这样: while name ==‘kd’: while i == 1: while i >=42: while True: 只有while 右边的条件成立为True才进入循环,跳出循环只有false 阅读全文