摘要:
while for 都是循环语句,while我理解为条件循环,for 为固定循环。 一般while如这样: while name ==‘kd’: while i == 1: while i >=42: while True: 只有while 右边的条件成立为True才进入循环,跳出循环只有false 阅读全文
posted @ 2018-01-29 10:42
222kd
阅读(107)
评论(0)
推荐(0)
2018年1月29日