摘要: 一、基本使用 count = 2 while count < 4: print(count) count += 1 print('顶级循环') 二、退出循环的两种方式 1、将条件改为False,下次才结束 username = 'brynn' userpwd = '123' tag = True w 阅读全文
posted @ 2022-02-25 15:58 Brynn626 阅读(103) 评论(0) 推荐(0)